In header files whether functions are declared or defined?
No....In C we cannot declare functions in header files
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of macro in C language?
What is string length in c?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
Explain union. What are its advantages?
Why is sizeof () an operator and not a function?
wat are the two methods for swapping two numbers without using temp variable??
HOW TO SWAP TWO NOS IN ONE STEP?
write a program to check whether a number is Peterson or not.
Why are all header files not declared in every c program?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
wats SIZE_T meant for?