Answer Posted / manish soni tagore collage jai
first
source file(file name or code program)--complile-->object
file(filename.bak)----excute----->.exe(fliename.exe)
Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
What is the scope of static variables in c language?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Can a void pointer point to a function?
What is pointer to pointer in c?
What is clrscr ()?
What is the scope of static variable in c?
Difference between macros and inline functions? Can a function be forced as inline?
What is the difference between array and pointer in c?
Define VARIABLE?
List the difference between a While & Do While loops?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
how many errors in c explain deply
Explain the use of #pragma exit?
develop algorithms to add polynomials (i) in one variable
How can I discover how many arguments a function was actually called with?