What is difference between static and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
Why doesnt this code work?
What does stand for?
What is methods in c?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
which will be first in c compiling ,linking or compiling ,debugging.
What is a const pointer, and how does it differ from a pointer to a const?
Why the use of alloca() is discouraged?
What is the heap in c?
What are the advantages of using linked list for tree construction?
Write a program on swapping (100, 50)
what is meant by flushll() in c programming?