Tell us the use of fflush() function in c language?
No Answer is Posted For this Question
Be the First to Post Answer
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
how to build a exercise findig min number of e heap with list imlemented?
What is bss in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
can v write main() { main(); } Is it true?
What is array in c with example?
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
What is the symbol indicated the c-preprocessor?
string reverse using recursion
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?