write a proram to reverse the string using switch case?
No Answer is Posted For this Question
Be the First to Post Answer
How the c program is executed?
Where register variables are stored in c?
What is an lvalue and an rvalue?
Why is it important to memset a variable, immediately after allocating memory to it ?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is c language & why it is used?
Code for calculating square root without using library function, of math.h
what is difference between strcmp & palindrome?
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
What are two dimensional arrays alternatively called as?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()