What is use of null pointer in c?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
Is c procedural or object oriented?
write a c program to find largest of three numbers using simple if only for one time.
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Why doesn't C have nested functions?
What is a constant?
Explain the concept and use of type void.
i want to know aptitude questions,technical questions
what is the significance of static storage class specifier?
What are linker error?
Differentiate between ordinary variable and pointer in c.
What is alloca() and why is its use discouraged?