Whats s or c mean?
No Answer is Posted For this Question
Be the First to Post Answer
define c
disadvantages of realloc ?
p*=(++q)++*--p when p=q=1 while(q<=6)
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
What is the memory allocated by the following definition ? int (*x)[10];
Explain the difference between struct and union.
Write a program to print factorial of given number without using recursion?
How can I find out how much memory is available?
What is line in c preprocessor?
Write a programe print the sum of series 0,1,2,.....10
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
how to write a prog in c to convert decimal number into binary by using recursen function,