What are the different types of control structures in programming?
No Answer is Posted For this Question
Be the First to Post Answer
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
Calculate 1*2*3*____*n using recursive function??
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
What is enumerated data type in c?
Define circular linked list.
Write a routine that prints out a 2-D array in spiral order!
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
Can we increase size of array in c?
how can i print "hello"
Give me the code of in-order recursive and non-recursive.
What is the value of c?
can we initialize all the members of union?