What is an expression?
No Answer is Posted For this Question
Be the First to Post Answer
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
What is the use of in c?
Is main is user defined function?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
write a program of bubble sort using pointer?
what is mean by Garbage collection ? Please answer me. Advance thanks.
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
how to find a 5th bit is set in c program
What are static variables, and where are they stored?
What is masking?
Explain what is the use of a semicolon (;) at the end of every program statement?
How can you allocate arrays or structures bigger than 64K?