What is ponter?
No Answer is Posted For this Question
Be the First to Post Answer
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
0 Answers Amdocs, Apps Associates,
What functions are in conio h?
what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above
3 Answers Accenture, Infosys, Wipro,
Write a program on swapping (100, 50)
Write a c program to demonstrate character and string constants?
FILE PROGRAMMING
Write a C program in Fibonacci series.
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is data type long in c?
Whether there can be main inside another main?If so how does it work?
What are reserved words with a programming language?