How will you divide two numbers in a MACRO?
No Answer is Posted For this Question
Be the First to Post Answer
Without Computer networks, Computers will be half the use. Comment.
What does a function declared as pascal do differently?
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
How can you tell whether two strings are the same?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Explain how can I manipulate strings of multibyte characters?
Does sprintf put null character?
what are bitwise shift operators?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
the operator for exponencation is a.** b.^ c.% d.not available