What is volatile variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
If fflush wont work, what can I use to flush input?
What is the meaning When we write "#include" what is # and what does include does there???
how to find string length wihtout using c function?
Compare array data type to pointer data type
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
how can i print "hello"
Explain union. What are its advantages?
marge linklist
Tell me when would you use a pointer to a function?
write a program for fibonaci series by using while loop in c?
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,