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
What is the use of structure padding in c?
Why do we use namespace feature?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Write a program of advanced Fibonacci series.
What is #line in c?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
why wipro wase
What is anagram in c?
What is 1f in c?
Explain setjmp()?
What are the disadvantages of external storage class?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
When was c language developed?
Is c object oriented?
When is a void pointer used?