What is the difference between fread and fwrite function?
No Answer is Posted For this Question
Be the First to Post Answer
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
Difference between goto, long jmp() and setjmp()?
Is this program statement valid? INT = 10.50;
how to swap two integers 1 and 32767 without using third variable
What is a program flowchart and explain how does it help in writing a program?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
What is the default value of local and global variables in c?
How to write a code for reverse of string without using string functions?
What is a nested loop?
Do you know what are the properties of union in c?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,