How can I use a preprocessorif expression to ?
No Answer is Posted For this Question
Be the First to Post Answer
difference between Low, Middle, High Level languages in c ?
What does c mean before a date?
What is the collection of communication lines and routers called?
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
What is merge sort in c?
Why malloc is faster than calloc?
what is difference between procedural language and functional language ?
Name the language in which the compiler of "c" in written?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list