In c programming language, how many parameters can be passed to a function ?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find the largest and second largest integer from an array
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
C program to read the integer and calculate sum and average using single dimensional array
Is c is a middle level language?
What is the -> in c?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
Write a code on reverse string and its complexity.
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
what is the function of pragma directive in c?
What is the difference between null pointer and wild pointer?
I heard that you have to include stdio.h before calling printf. Why?