Answer Posted / public
52
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What does %p mean c?
What is c variable?
What is return in c programming?
Explain what is the use of a semicolon (;) at the end of every program statement?
Explain how many levels deep can include files be nested?
Explain how are 16- and 32-bit numbers stored?
What are variables c?
What are actual arguments?
What are two dimensional arrays alternatively called as?
What is calloc() function?
Do pointers take up memory?
Why malloc is faster than calloc?
What is difference between structure and union with example?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is clrscr in c?