What is C language ?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
Are local variables initialized to zero by default in c?
simple program for virtual function?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is "Hungarian Notation"?
What is undefined behavior?
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What the different types of arrays in c?
how to get the starting address of file stored in harddisk through 'C'program.
C program to find all possible outcomes of a dice?
Do you know what is a programing language ?
what is object oriental programing?