Sr. # | Questions | Answers Choice |
---|---|---|
1 | Let the following part of code, what will be the value of variable an after execution: int a = 4; float b= 2.2; a = a * b; |
8.8 8 8.2 8.0 |
2 | getch() is used to take ________ as input form user: | int char float all of them |
3 | scanf is a __________ in C programming language: | keyboard library function none of them |
4 | printf is to used print _________ type of data: | int float char all of them |