Answer Posted / frank
a(bcd*+e-)/
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between declaring a variable by constant keyword and #define ing that variable?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Explain how do you determine the length of a string value that was stored in a variable?
Explain enumerated types in c language?
What are valid signatures for the Main function?
What is %lu in c?
What is the function of volatile in c language?
What are the different types of control structures in programming?
What is dynamic variable in c?
If the size of int data type is two bytes, what is the range of signed int data type?
Explain how do you print only part of a string?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is a newline escape sequence?
Why we not create function inside function.