What is s in c?
No Answer is Posted For this Question
Be the First to Post Answer
write an algorithm and c program to add two 2x2 matrics
How is pointer initialized in c?
How can I open files mentioned on the command line, and parse option flags?
What compilation do?
7 Answers Geometric Software, Infosys,
What is pre-emptive data structure and explain it with example?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
inline function is there in c language?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
Suggesting that there can be 62 seconds in a minute?
what are brk, sbrk?