Answer Posted / kav_029
May leads to dangling pointer
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Does c have enums?
What is a pragma?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
In C language, a variable name cannot contain?
State the difference between realloc and free.
When can you use a pointer with a function?
Write a code of a general series where the next element is the sum of last k terms.
Not all reserved words are written in lowercase. TRUE or FALSE?
What are the types of type specifiers?
What does the c in ctime mean?
Why is c so important?
Why array is used in c?
Explain the array representation of a binary tree in C.
List some applications of c programming language?