Where are c variables stored in memory?
What is the code for 3 questions and answer check in VisualBasic.Net?
Differentiate call by value and call by reference?
Why static is used in c?
Is c easier than java?
What is the benefit of using const for declaring constants?
What does void main return?
What is a string?
When should volatile modifier be used?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
In a byte, what is the maximum decimal number that you can accommodate?
What is fflush() function?
Did c have any year 2000 problems?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What are the types of type qualifiers in c?