how do you write a function that takes a variable number of
arguments? What is the prototype of printf () function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Describe the header file and its usage in c programming?
Is c procedural or functional?
Hi, main() { } Is a user defined function or Built in Functionn
What is structure in c definition?
Not all reserved words are written in lowercase. TRUE or FALSE?
write a c program for greatest of three numbers without using if statment
Do you know what are bitwise shift operators in c programming?
What is use of pointer?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the use of static variable in c?
Why is c faster?