Explain the use of #pragma exit?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between exit() and _exit() functions?
Who invented bcpl language?
Explain the difference between malloc() and calloc() in c?
What is logical error?
What is use of null pointer in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
writ a program to compare using strcmp VIVA and viva with its output.
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
difference between Low, Middle, High Level languages in c ?
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above