write a proram to reverse the string using switch case?
No Answer is Posted For this Question
Be the First to Post Answer
Why static is used in c?
Why do we use pointer to pointer in c?
Can true be a variable name in c?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
What is the use of parallelize in spark?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
c language interview questions & answer
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,
What does. int *x[](); means ?
who developed c and why he developed c?
What is the difference between void main() and void main (void) give example programme?