list the no of files created when c source file is compiled
Answer Posted / viral doshi
.obj
.i
.bak
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain void pointer?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
what is the difference between 123 and 0123 in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
When is a “switch” statement preferable over an “if” statement?
What are the benefits of organizational structure?
What are 3 types of structures?
What is #include called?
Can you return null in c?
Why string is used in c?
What is scope rule of function in c?
Why is c called a structured programming language?
Explain the difference between #include "..." And #include <...> In c?
What are qualifiers?