why return type of main is not necessary in linux
No Answer is Posted For this Question
Be the First to Post Answer
why array index always starts from zero??
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
How can I call a function, given its name as a string?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
What do you understand by normalization of pointers?
What does stand for?
code for replace tabs with equivalent number of blanks
Write a program to swap two numbers without using third variable?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
Why is it important to memset a variable, immediately after allocating memory to it ?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
Why pointers are used?