What are the header files used in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is a newline escape sequence?
What is null pointer in c?
what is the difference between declaration and definition of a variable or function ?
How to draw the flowchart for structure programs?
What is an operator?
What do you mean by command line argument?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
What does %d do?
What is c value paradox explain?
What is New modifiers?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above