How can I increase the allowable number of simultaneously
open files?
What is binary tree in c?
main() { int a[10]; printf("%d",*a+1-*a+3); }
Tell me is null always defined as 0(zero)?
#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,
What are valid signatures for the Main function?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
what is difference between procedural language and functional language ?
write a C program to print the program itself ?!
How do you list files in a directory?