Answer Posted / roop
because of our increasing client
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write a program to use switch statement.
How do I determine whether a character is numeric, alphabetic, and so on?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
How does selection sort work in c?
What is variable and explain rules to declare variable in c?
Explain continue keyword in c
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What are keywords in c with examples?
Why structure is used in c?
What is #include conio h?
Why c is faster than c++?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Explain the process of converting a Tree into a Binary Tree.
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Write a program to reverse a given number in c?