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?
how to find the sizof of any datatype using bit manipulations
If input is 123 then how to print 100 and 20 and 3 seperately?
what is the difference between class and unio?
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,
Do string constants represent numerical values?
what is difference between C and C++
What is scanf () in c?
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
? ???Mirror Mirror on the wall????????
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(“%d”,s.x); }
Why c is called a middle level language?
What is c definition?