list the no of files created when c source file is compiled
Answer Posted / viji
application file and
.obj file
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
If I have a char * variable pointing to the name of a function ..
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What is a function in c?
Write a c program to demonstrate character and string constants?
What does void main return?
What is the hardest programming language?
Explain what is the benefit of using #define to declare a constant?
What is console in c language?
How many loops are there in c?
What does the format %10.2 mean when included in a printf statement?
List the difference between a While & Do While loops?
The statement, int(*x[]) () what does in indicate?
What is the full form of getch?
What is variable in c example?