Why flag is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
i want to know the procedure of qualcomm for getting a job through offcampus
What is function definition in c?
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
Which header file should you include if you are to develop a function which can accept variable number of arguments?
what is an inline fuction??
What is c language in simple words?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
can anyone please tell about the nested interrupts?
What is calloc malloc realloc in c?
who is first prime minister in india??
Differentiate between Macro and ordinary definition.
When should we use pointers in a c program?