What is the difference between fread buffer() and fwrite buffer()?
No Answer is Posted For this Question
Be the First to Post Answer
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
What is the method to save data in stack data structure type?
What is Full Form of C and Why We use C
main() { int a[10]; printf("%d",*a+1-*a+3); }
how to write hello word without using semicolon at the end?
What are the various types of control structures in programming?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
write a code for large nos multilication (upto 200 digits)
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
Why calloc is better than malloc?