Advertisements
Advertisements
प्रश्न
State True or False with reason.
Comments in the program make debugging of the program easier.
उत्तर
Comments in the program make debugging of the program easier. True
APPEARS IN
संबंधित प्रश्न
What do you mean by file? What are the different functions available to read data from file? Specify the different modes in which file can be opened along with syntax.
Select the correct option from multiple choice question.
Which bitwise operator is used to multiply the number by 2n where n isnumber of bits.
Select the correct option from multiple choice question.
Which operator has the lowest priority?
Explain any four standard library functions from sting.h ?
State True or False with reason.
A function can have any number of return statements.
Write a menu driven program to perform arithmetic operations on two integers. The menu should be repeated until user selects “STOP” option. Program should have independent user defined functions for each case.
Enlist bitwise operator in c language. Explain any 2 with examples.