What is #ifdef ? What is its application?
No Answer is Posted For this Question
Be the First to Post Answer
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
What is c++ used for today?
Why clrscr is used after variable declaration?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
how do you redirect stdout value from a program to a file?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
What are the 4 types of functions?
What is the maximum length of an identifier?
How can a process change an environment variable in its caller?
Can a program have two main functions?
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
code for concatination of 2 strings with out using library functions?