Answer Posted / babu
In Linux $cc <filename.c>
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain function?
How reliable are floating-point comparisons?
Write a program to print "hello world" without using a semicolon?
Under what circumstances does a name clash occur?
why return type of main is not necessary in linux
What are control structures? What are the different types?
How does placing some code lines between the comment symbol help in debugging the code?
How can I read in an object file and jump to locations in it?
Explain how do you determine whether to use a stream function or a low-level function?
Difference between macros and inline functions? Can a function be forced as inline?
write a c program for swapping two strings using pointer
Stimulate calculator using Switch-case-default statement for two numbers
How many bytes is a struct in c?
Write a program to reverse a given number in c?
What are void pointers in c?