Answer Posted / babu
In Linux $cc <filename.c>
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Which are low level languages?
Is it acceptable to declare/define a variable in a c header?
Differentiate between static and dynamic modeling.
How are pointers declared in c?
What is the difference between volatile and const volatile?
What is a buffer in c?
Describe the difference between = and == symbols in c programming?
Explain logical errors? Compare with syntax errors.
Why is extern used in c?
How do you do dynamic memory allocation in C applications?
What is the use of header?
What is the explanation for modular programming?
Do you know pointer in c?
Explain a pre-processor and its advantages.
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping