What is scanf () in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a “Hello World” program in “c” without using a semicolon?
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
How to print India by nested loop? I IN IND INDI INDIA
Write a program of advanced Fibonacci series.
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
how to swap four numbers without using fifth variable?
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
What the different types of arrays in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Is c is a middle level language?