What is a header file?
No Answer is Posted For this Question
Be the First to Post Answer
What is the most efficient way to store flag values?
void main() { int i=5; printf("%d",i+++++i); }
how to write hello word without using semicolon at the end?
How to get string length of given string in c?
what is diffrence between string and character array?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
What is difference between function overloading and operator overloading?
What are data types in c language?
write a program to insert an element at the specified position in the given array in c language
How to explain the final year project as a fresher please answer with sample project
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
What are identifiers and keywords in c?