How can I get back to the interactive keyboard if stdin is redirected?
No Answer is Posted For this Question
Be the First to Post Answer
What are identifiers and keywords in c?
How is pointer initialized in c?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
WHOT IS CHAR?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Write a routine that prints out a 2-D array in spiral order!
write a program in C to swap two variables
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All
3 Answers Accenture, Digg.com,
What is pragma in c?
Read two numbers from keyboard and find maximum of them?
What is console in c language?
What is wild pointer in c?