Place the #include statement must be written in the program?
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile variable in c with example?
What is structure data type in c?
What are the standard predefined macros?
Is c object oriented?
why do we use # in c-language?
What is a const pointer in c?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }
What are loops c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
explain what is an endless loop?
Which is better between malloc and calloc?