Answer Posted / vignesh1988i
C is the successor of the language of B... so their is no
any full forms for C... it's just an alphabet
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
What happens if a header file is included twice?
Can you please explain the difference between strcpy() and memcpy() function?
What is action and transformation in spark?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What does node * mean?
What is the newline escape sequence?
How can I ensure that integer arithmetic doesnt overflow?
What is the argument of a function in c?
What are the loops in c?
Why malloc is faster than calloc?
Explain the difference between strcpy() and memcpy() function?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is sizeof int?
Define the scope of static variables.
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above