what will be printed by this printf?
printf("%c",printf("hi")["sharkselva"]));
}
Answer Posted / ramesh choudhury
hia
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is the difference between array_name and &array_name?
Explain what is the difference between functions abs() and fabs()?
What is string function in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
develop algorithms to add polynomials (i) in one variable
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Between macros and functions,which is better to use and why?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is the difference between void main and main in c?
What is the use of typedef in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the most efficient way to store flag values?
Why is c called a structured programming language?
please explain every phase in the "SDLC" in the dotnet.