Main must be written as
a.the first function in the program
b.Second function in the program
c.Last function in the program
d.any where in the program
Answer Posted / piyush
its d.any where in the program
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is pragma c?
Explain what is the difference between functions abs() and fabs()?
Write a program to swap two numbers without using a temporary variable?
What are register variables in c?
write a program to print data of 5 five students with structures?
Explain how can you tell whether a program was compiled using c versus c++?
What is the purpose of ftell?
Can a pointer be volatile in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is boolean in c?
What is the use of void pointer and null pointer in c language?
What is sizeof in c?
What is sizeof array?
What is c preprocessor mean?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)