What is the use of printf() and scanf() functions?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print "hello world" without using a semicolon?
What is the difference between array and structure in c?
What is the difference between array and pointer?
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
Write a program to find the smallest and largest element in a given array in c language
Write a program in c to print * * * * * *******
What is the difference between typeof(foo) and myFoo.GetType()?
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
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
What is the sizeof () operator?