print out of string in this format;
1. "rajesh"
2. \n
3. %d

Answer Posted / rajesh sharma

sir I am not knowing that answer of Question.
if you know the answer , please mail me the ans my mail
rajeshshrm136@gmail.com


please sir..

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different categories of functions in c?

649


What is pointer to pointer in c?

636


What are all different types of pointers in c?

581


how to write a c program to print list of fruits in alpabetical order?

1796


If fflush wont work, what can I use to flush input?

618






How can I sort a linked list?

638


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2654


Differentiate between calloc and malloc.

762


How can I split up a string into whitespace-separated fields?

573


Multiply an Integer Number by 2 Without Using Multiplication Operator

326


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1729


What is advantage of pointer in c?

697


Explain how can I manipulate strings of multibyte characters?

787


How can you restore a redirected standard stream?

612


Function calling procedures? and their differences? Why should one go for Call by Reference?

639