Compare interpreters and compilers.
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
why java is called as a purely oops language.
What is the difference between a structure and a union?
What is the general form of function in c?
Explain the use of 'auto' keyword in c programming?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
What is the use of bit field?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
explain what are pointers?
What is a header file?