What are the types of type specifiers?
No Answer is Posted For this Question
Be the First to Post Answer
what is the return type of printf
What is static memory allocation?
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
WHAT IS HIGH LEVEL LANGUAGE?
What is an array in c?
what is difference between ANSI structure and C99 Structure?
Compare array data type to pointer data type
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
void main() { int a=1; while(a++<=1) while(a++<=2); }
What is putchar() function?
What are the different types of C instructions?