Explain what will the preprocessor do for a program?
No Answer is Posted For this Question
Be the First to Post Answer
What is string length in c?
What is abstract data structure in c?
What is a lvalue
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
Can anyone tell what is stack overflow? what precaution we should take?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
? ???Mirror Mirror on the wall????????
What is the relation between # and include<stdio.h>
list the no of files created when c source file is compiled
Please list all the unary and binary operators in C.
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
What is call by reference in functions?