Answer Posted / dhanshri chabukswar
#include means "bring in this file's code before compiling"....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you rename a function in C?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Can the “if” function be used in comparing strings?
Which is best book for data structures in c?
What is the meaning of c in c language?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What does p mean in physics?
What do you understand by friend-functions? How are they used?
write a program for the normal snake games find in most of the mobiles.
I came across some code that puts a (void) cast before each call to printf. Why?
What is the purpose of sprintf?
The difference between printf and fprintf is ?
Explain bit masking in c?
Why does notstrcat(string, "!");Work?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational