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


Please Help Members By Posting Answers For Below Questions

What is conio h in c?

624


The file stdio.h, what does it contain?

667


regarding pointers concept

1575


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2519


Why is c so popular?

650






How can you be sure that a program follows the ANSI C standard?

1127


What is wrong in this statement?

606


Can we increase size of array in c?

542


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

1789


What is the use of static variable in c?

595


What is the code in while loop that returns the output of given code?

1315


What is time null in c?

583


What do you mean by a local block?

632


How to set file pointer to beginning c?

666


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

665