How to create struct variables?
No Answer is Posted For this Question
Be the First to Post Answer
What is variable in c example?
What is the difference between GETS();AND SCANF();
What is logical error?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
Difference between fopen() and open()?
Linked lists -- can you tell me how to check whether a linked list is circular?
Which weighs more, a gram of feathers or a gram of gold?
how to write a bubble sort program without using temporary variable?
If you know then define #pragma?
What is the difference between a string and an array?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What’s a signal? Explain what do I use signals for?