What are the 3 types of structures?
No Answer is Posted For this Question
Be the First to Post Answer
difference between spiral and waterfall model
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
What are run-time errors?
write a c program to find the probability of random numbers between 1-1000
Why do u use # before include in a C Progam?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
What is the difference between printf and scanf in c?
Explain about block scope in c?
write a program to display all prime numbers
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }