What are the types of functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is extern c used for?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Which command is more efficient? *(ptr+1) or ptr[1]
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
What is meant by keywords in c?
What are predefined functions in c?
why the execution starts from main function
Is c dynamically typed?
What is difference between structure and union in c?
How old is c programming language?
why we use "include" word before calling the header file. is there any special name for that include??????
Write a program to print numbers from 1 to 100 without using loop in c?