What is main return c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I increase the allowable number of simultaneously open files?
Can we access the array using a pointer in c language?
How can I remove the trailing spaces from a string?
i need all types of question paper releted to "c" and other language.
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
What is the acronym for ansi?
What's a "sequence point"?
write a program that print itself even if the source file is deleted?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
What library is sizeof in c?