Answer Posted / harisharumalla
printf("\"hai"\");
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is %d called in c?
What is variable and explain rules to declare variable in c?
What do the functions atoi(), itoa() and gcvt() do?
What is getch() function?
what are bit fields? What is the use of bit fields in a structure declaration?
Explain how can I write functions that take a variable number of arguments?
Which of these functions is safer to use : fgets(), gets()? Why?
What are control structures? What are the different types?
What is typedef?
How is a null pointer different from a dangling pointer?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
How can my program discover the complete pathname to the executable from which it was invoked?
What is exit() function?
Why isnt any of this standardized in c?
What are the advantages of the functions?