Is a house a shell structure?
No Answer is Posted For this Question
Be the First to Post Answer
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
What is use of pointer?
Write a program to print “hello world” without using semicolon?
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
what is available in C language but not in C++?
10 Answers CTS, TCS,
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
How was c created?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Write a program of advanced Fibonacci series.
why we are using semicolon at the end of printh statment