Explain a pre-processor and its advantages.
No Answer is Posted For this Question
Be the First to Post Answer
What is .obj file in c?
How to explain the final year project as a fresher please answer with sample project
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Explain how do you use a pointer to a function?
What is a program?
What are local variables c?
if we take a number as a char then can we manipulate(add, subtract) on this number
What is a floating point in c?
what is use of loop?
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
What is the ANSI C Standard?