Answer Posted / thunder
Using argument vector and argument count with main.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to compare array with pointer in c?
Write a progarm to find the length of string using switch case?
Explain how many levels deep can include files be nested?
What the advantages of using Unions?
What is the purpose of macro in C language?
Differentiate fundamental data types and derived data types in C.
Explain the use of keyword 'register' with respect to variables.
When we use void main and int main?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
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.
Explain what are its uses in c programming?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Can you mix old-style and new-style function syntax?
What is calloc() function?