What is a null pointer in c?
all c language question
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 incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
what is c?
Is c call by value?
how to go with this?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
Write a program to exchange two variaables without temp
What is exit() function?
Explain union.
What is the use of a semicolon (;) at the end of every program statement?