Do you know null pointer?
No Answer is Posted For this Question
Be the First to Post Answer
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
Explain how do I determine whether a character is numeric, alphabetic, and so on?
How to add two numbers with using function?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
What are the disadvantages of c language?
Ow can I insert or delete a line (or record) in the middle of a file?
Write a program for Overriding.
I want tcs placement papers of 2004-2009 , its urgent
What is the difference between constant pointer and pointer to a constant. Give examples.
Does c have enums?
What is the use of c language in real life?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?