How #define works?
No Answer is Posted For this Question
Be the First to Post Answer
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
Differentiate call by value and call by reference?
What are Storage Classes in C ?
32 Answers CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,
multiple of 9 without useing +,* oprator
What is dynamic dispatch in c++?
what is the function of void main()?
do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.
write a code for large nos multilication (upto 200 digits)
What are compound statements?
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
how to use virual function in real time example