What is the use of getchar functions?
No Answer is Posted For this Question
Be the First to Post Answer
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
Without Computer networks, Computers will be half the use. Comment.
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
Write a program to find minimum between three no.s whithout using comparison operator.
? ???Mirror Mirror on the wall????????
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
Do you know the use of fflush() function?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38