What is a const pointer in c?
What is #define size in c?
How can you check to see whether a symbol is defined?
Does free set pointer to null?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Which is the memory area not included in C program? give the reason
What is use of integral promotions in c?
Why is event driven programming or procedural programming, better within specific scenario?
In which layer of the network datastructure format change is done
What is new line escape sequence?
What are the differences between new and malloc in C?
Write a simple code fragment that will check if a number is positive or negative.
What is an endless loop?
Is main a keyword in c?
Difference between constant pointer and pointer to a constant.