Are c and c++ the same?
No Answer is Posted For this Question
Be the First to Post Answer
List the difference between a "copy constructor" and a "assignment operator"?
which type of question asked from c / c++ in interview.
what is dangling pointer?
What is "Hungarian Notation"?
what is the c.
largest Of three Number using without if condition?
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
in linking some of os executables are linking name some of them
4. main() { int c=- -2; printf("c=%d",c); }
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
How can you access memory located at a certain address?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.