write a proram to reverse the string using switch case?
No Answer is Posted For this Question
Be the First to Post Answer
How does free() know explain how much memory to release?
what is mean by Garbage collection ? Please answer me. Advance thanks.
How can I list all of the predefined identifiers?
Switch (i) i=1; case 1 i++; case 2 ++i; break; case 3 --i; Output of i after executing the program
How can I access an I o board directly?
Is c is a middle level language?
Explain what is the best way to comment out a section of code that contains comments?
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
What does %f mean c?
What are the valid places to have keyword “break”?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above