How do you print only part of a string?
No Answer is Posted For this Question
Be the First to Post Answer
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
What are keywords c?
who will call your main function in c under linux?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
Why clrscr is used after variable declaration?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.
11 Answers ABC Infotech, ADP, College School Exams Tests, Kovair,
What are all different types of pointers in c?
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What are structural members?
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5