What are global variables?
No Answer is Posted For this Question
Be the First to Post Answer
What is LINKED LIST? How can you access the last element in a linked list?
What does s c mean on snapchat?
what is the output of below int n=10; (n++)++; printf("%d",n);
Explain what are run-time errors?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
How can I send mail from within a c program?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
How to define structures? ·
what is computer
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
What are header files in c programming?