Why pointers are used?
No Answer is Posted For this Question
Be the First to Post Answer
why 'c' is called middle level language.
what is purpose of fflush(stdin) function
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
please give me some tips for the selection in TCS.
c program to manipulate x=1!+2!+3!+...+n! using recursion
what is linkage error when it occurs in c program
how to find sum of 5 digits in C?
What is a segmentation fault?