What are the different types of objects used in c?
No Answer is Posted For this Question
Be the First to Post Answer
what are the difference between ANSI C and Let Us c and Turbo C
how to impliment 2 or more stacks in a single dimensional array ?
what are enumerations in C
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
What is this infamous null pointer, anyway?
What is the symbol indicated the c-preprocessor?
What is the scope of static variables in c language?
Explain what are header files and explain what are its uses in c programming?
What are the difference between a free-standing and a hosted environment?
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
What is the Purpose of 'extern' keyword in a function declaration?
Why clrscr is used in c?