printf("%d",(printf("Hello")); What it returns?
Answer Posted / peddivinodkumarchowdary
hello5
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is strcpy() function?
Why doesnt that code work?
What is the method to save data in stack data structure type?
Explain the use of 'auto' keyword in c programming?
What is p in text message?
please explain every phase in the "SDLC" in the dotnet.
What is far pointer in c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Explain the meaning of keyword 'extern' in a function declaration.
What is the use of ?: Operator?
What are the advantage of c language?
What is static and auto variables in c?
What are the application of void data type in c?