Are there constructors in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to write hello word without using semicolon at the end?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
character array A[12] can hold
why we need function pointers?
What is meant by int main ()?
Explain what is a static function?
What is a rvalue?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
I have a varargs function which accepts a float parameter?
What are the loops in c?
Which header file is used for clrscr?
explain memory layout of a C program