What is default value of global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to write a prog in c to convert decimal number into binary by using recursen function,
Can we declare variables anywhere in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
write a c program to find largest of three numbers using simple if only for one time.
what is the return type of printf
Is a pointer a kind of array?
what are two categories of clint-server application development ?
output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }
what is the difference between #include<stdio.h> and #include"stdio.h" ?
What is operator promotion?
What are the types of type specifiers?