Where is volatile variable stored?
No Answer is Posted For this Question
Be the First to Post Answer
How many main () function we can have in a project?
explain what are actual arguments?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
How can you avoid including a header more than once?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
What is the difference between Printf(..) and sprint(...) ?
What is 02d in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
How do I use void main?