What is the size of empty structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between struct and union.
How can you tell whether a program was compiled using c versus c++?
write a program for egyptian fractions in c?
A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }
What does sizeof function do?
Explain what is the benefit of using an enum rather than a #define constant?
How can you allocate arrays or structures bigger than 64K?
What is the newline escape sequence?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
what is the difference between malloc() and calloc() function?
When should I declare a function?
HOW CAN ADD OUR FUNCTION IN LIBRARY.