Answer Posted / onkar.koparde
putchar()
it writes a character to the specified file or string
it returns a character
getchar()
it reads character from the specified file or reads
a single character from a given string.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a program to reverse a string using recursive function without using str functions.
A rectangular beam section of 300 mm width and 500 mm effective depth is reinforced with 4 bars of 20 mm diameter, what shear reinforcement is required to resist 200 kN shear (use working stress method)?
WHAT IS DIFFERENT BETWEEN YOU AND OTHER APPLICANT TO GIVE YOU THE JOB
I have applied for the post of Section Engineer. plz anyone send me the previous question paper. i did my engineering in Information Technology.
Hi, what is the meaning of DOCUMENTUM,how and what testers have to do with it?
how can we implement the raid techmology on linux. operating system
explain software engineering practices
what is the work of Loopback ?
Can a Student without engineering background appear for GRE means If he did Bachelor of science in Information technology i.e BSc(IT).
Draw a pipeline configuration to carryout the following operations on the arrays of data represented by A, B, C, D, E and F. (A i represents the i th element of the array). (Ai × Bi + Ci × Di ) (Ei × Fi ) Show the content of the pipline for i = 1 to 5
What is the Boundary value analysis and Equlance class partition for select * from emp
How do an incremental process model and certification work together to produce high quality software? In your own words, describe the intent of certification in the clean room software engineering context.
int main() { int d = 10; int m = 2; int y = 3603; int c = 0; int val; val = ( d + m + y + (y/4) + c) % 7; cout << val; return 0; }
What are the main differences between the engines in jet fighters and the engines in jet airliners; which type of engine is the more efficient, and (qualitatively) why?
what is the difference between public static void main (String args[]) and static public void main(String args[]) in java?