Answer Posted / siddiqui mohd. faisal
main is a keyword which tells the compiler that actual
program starts from here.
| Is This Answer Correct ? | 16 Yes | 8 No |
Post New Answer View All Answers
What is atoi and atof in c?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What is an identifier?
What are the different categories of functions in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
What language is c written?
swap 2 numbers without using third variable?
Which built-in library function can be used to match a patter from the string?
How variables are declared in c?
How would you obtain the current time and difference between two times?
Explain enumerated types in c language?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
If the size of int data type is two bytes, what is the range of signed int data type?
write a program to copy the string using switch case?
Why string is used in c?