what is the output on the screen?
int n;
n=printf("my name is %d",printf("kiran %d",printf("kumar")));
printf("\n %d \n",n);
Answer Posted / nish
kumarkiran 5my name is 7
n=12
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Is it better to bitshift a value than to multiply by 2?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
what is a constant pointer in C
Lists the benefits of c programming language?
What is zero based addressing?
What is function and its example?
What is the difference between constant pointer and constant variable?
Can a local variable be volatile in c?
Write a program to find factorial of a number using recursive function.
What are variables c?
in linking some of os executables are linking name some of them
What are the types of macro formats?