Why static variable is used in c?
wat is the meaning of c?
What are the advantage of c language?
Explain what are the different file extensions involved when programming in c?
how many key words availabel in c a) 28 b) 31 c) 32
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
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 is typeof in c?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
Where can I get an ansi-compatible lint?
Which sorting algorithm is the best?
What is an anonymous union and where to apply that ?
While(1) { } when this loop get terminate is it a infinite loop?