What is c language & why it is used?
No Answer is Posted For this Question
Be the First to Post Answer
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Why is python slower than c?
Why is #define used?
Do variables need to be initialized?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is NULL pointer?
What is array in c with example?
which one is better structure or union?(other than the space occupied )
Differentiate between ordinary variable and pointer in c.
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR