Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / ananya
what is the right answer?
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How the c program is executed?
What is variable initialization and why is it important?
How do you use a pointer to a function?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Write a program to print "hello world" without using a semicolon?
How can I manipulate strings of multibyte characters?
What is the use of linkage in c language?
What are data types in c language?
How many types of errors are there in c language? Explain
What is derived datatype in c?
How to write a multi-statement macro?
What is echo in c programming?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What does typedef struct mean?
What is malloc return c?