Answer Posted / sonia
it shows the beginning of the program n this function is
called by the complier.here void means main()wont return any
value.
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What is the use of c language in real life?
List the difference between a While & Do While loops?
Explain function?
what are # pragma staments?
What is the purpose of main() function?
What is array of structure in c programming?
What are the 5 types of organizational structures?
What are structure types in C?
Is it acceptable to declare/define a variable in a c header?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What is time complexity c?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Write a program to print fibonacci series without using recursion?
When was c language developed?