Answer Posted / prashanth patha
C is a general purpose computer programming language which
can be used write programs for performing various types of
tasks on computer.
| Is This Answer Correct ? | 37 Yes | 3 No |
Post New Answer View All Answers
difference between object file and executable file
Explain 'bus error'?
write a program to print largest number of each row of a 2D array
What is identifiers in c with examples?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is conio h in c?
What is a structure in c language. how to initialise a structure in c?
What is the difference between c &c++?
What happens if a header file is included twice?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is new line escape sequence?
Explain what is the advantage of a random access file?
What is dynamic dispatch in c++?
Explain what is the benefit of using const for declaring constants?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.