What is actual argument?
No Answer is Posted For this Question
Be the First to Post Answer
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
How can we open a file in Binary mode and Text mode?what is the difference?
whitch value return void main?
WHAT IS C?
Explain the advantages and disadvantages of macros.
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
What is break in c?
What is the use of function overloading in C?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
what is meant by flushll() in c programming?