Why c is called free form language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


Can a pointer be volatile in c?

0 Answers  


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

0 Answers  


multiple of 9 without useing +,* oprator

3 Answers  


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

0 Answers  






What is indirection? How many levels of pointers can you have?

0 Answers   Aspire, Infogain,


What is difference between stdio h and conio h?

0 Answers  


Explain logical errors? Compare with syntax errors.

0 Answers  


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

2 Answers   nvidia,


difference of two no's with out using - operator

7 Answers  


Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,


Two's compliment of -5

4 Answers   Adobe,


Categories