|
Question |
Rating |
View Answer |
|
What is LPCTSTR? What does LP denote it?
|
|
View Answer |
|
What is a dangling pointer ? |
|
View Answer |
|
How type of questions asked in campus interview? please tell me. |
|
View Answer |
|
What will be the output of the expression 11^5 |
|
View Answer |
|
How can we print sum of two number without using main function? |
|
View Answer |
|
What is Thread ? (VC++) What is the difference between Cmutex and Csemaphone?
|
|
View Answer |
|
How to convert decimal to binary and its formula?
|
|
View Answer |
|
In VB which control does not have event? |
|
View Answer |
|
How to create Crystal Report in Visual Basic 6.0 |
|
View Answer |
|
void main() { int i=20;j=35,x,y; x= y++ + x++; y= ++y + ++x; printf("
%d %d" , x,y); } /* please tell me the value of x and y at each and every moment. i dont need the answer but the explanation of the anamolus behavior of increment expression.*/ |
|
View Answer |
|
What is the purpose of semicolon in c? |
|
View Answer |
|
write aprogram 2 convert lower case 2 upper case like "hello world!" the cout will be "HELLO WORLD!"? |
|
View Answer |
|
What is profiling in c or c++?and what is rtdi?is it part of c or c++? |
|
View Answer |
|
Which is the most powerful programing language and why? |
|
View Answer |
|
I am a new programmer in C & can't find <graphics.h> library. can anyone help me with this? |
|
View Answer |
|
How a C program will execute(run) automatically even though you have not runned it? |
|
View Answer |
|
What are the differences between malloc() and calloc()?
What are macros? what are its advantages and disadvantages? |
|
View Answer |
|
What is the purpose of the semicolon(;) in languages? |
|
View Answer |
|
Which language should be learn for getting better job? |
|
View Answer |