a function gets called when the function name is followed by a
a) semicolon (;)
b) period(.)
c) !
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
Do pointers take up memory?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
What is a structure and why it is used?
What is the difference between a string and an array?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
Why is this loop always executing once?
the data type used for unlimited value in c and how to do this program
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
What do you mean by dynamic memory allocation in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Explain how do you use a pointer to a function?