9.how do you write a function that takes a variable number
of arguments? What is the prototype of printf () function?
10.How do you access command-line arguments?
11.what does ‘#include<stdio.h>’ mean?
12.what is the difference between #include<> and #include”…”?
13.what are # pragma staments?
14.what is the most appropriate way to write a
multi-statement macro?
Explain why c is faster than c++?
If you know then define #pragma?
What is the meaning of 2d in c?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
List a few unconditional control statement in c.
Is calloc better than malloc?
What is the difference between far and near ?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
Place the #include statement must be written in the program?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }