What is the advantage of a random access file?
No Answer is Posted For this Question
Be the First to Post Answer
swapping of two numbers without using third variable using AND and OR operators
What is a stream water?
What is c definition?
Explain why C language is procedural?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
The file stdio.h, what does it contain?
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,
How do you generate random numbers in C?
What is the use of f in c?
what is c
Difference between exit() and _exit() function?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type