can we execute the program with the object file
Answer / madhumatee
no.coz object file are the file at the compile time which
are not linked to all required data and methods to run.
when they linked to requied methods and data then they
bcome executable files . nw v cn run this files
| Is This Answer Correct ? | 2 Yes | 1 No |
what is a void pointer?
Write a program to find given number is even or odd without using any control statement.
c program to subtract between two numbers without using '-' sign and subtract function.
What is the real time usage volatile?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
Not all reserved words are written in lowercase. TRUE or FALSE?
What are the functions to open and close file in c language?
code for inverse a matrix
how is the examination pattern?
how to use showbits function?
what is stack , heap ,code segment,and data segment
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix