what are the files which are automatically opened when a c
file is executed?
Answer Posted / j j ramesh / ap / mca / jjcet
.exe and .obj files are open
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does c mean?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is a pointer on a pointer in c programming language?
What is || operator and how does it function in a program?
What is formal argument?
What is the translation phases used in c language?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Explain union.
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What are the main characteristics of c language describe the structure of ac program?
How is pointer initialized in c?
Implement bit Array in C.
What are directives in c?
What is property type c?
Why is c not oop?