PRF 192
Latest uploads at PRF 192. Looking for notes at PRF 192? We have lots of notes, study guides and revision notes available for your school.
-
1
- 0
-
1
Courses at PRF 192
Notes available for the following courses at PRF 192
Latest notes & summaries PRF 192
PRF 192 - FE (1). Top Exam Questions & Answers. Rated A+ 
 
 
Given the code below 
char ch; 
scanf("%c",$ch); 
printf("%c",ch); 
A user enters "abcd" from the console 
What is printed? 
A. Blank (nothing) 
B. Compile error 
C. a 
D. abcd - C. a 
 
Given x, y, z are of floating-point type, which of following C expression is INCORRECT? 
A. All of others 
B. x = y . z 
C. x = y -> z 
D. x= y ^ z - A. All of others 
 
Which is the INCORRECT statement? 
A. In the buffered type, the program...