Explain what is the concatenation operator?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between c and c++
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
What is wrong with this initialization?
How will you divide two numbers in a MACRO?
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
How to print "Hi World" without using semi colon?
Why does not use getgh(); and <conio.h> in c language.
can anyone suggest some site name..where i can get some good data structure puzzles???
What is the use of extern in c?
Which command is more efficient? *(ptr+1) or ptr[1]
How can this be legal c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none