C Programming Paper 4

  • November 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View C Programming Paper 4 as PDF for free.

More details

  • Words: 168
  • Pages: 3
LIST OF ATTEMPTED QUESTIONS AND ANSWERS

True/False Question

C program is nothing but a combination of functions

Correct Answer True Your Answer

True

Select The Blank Question ________ function is used to append one string at the end of another Correct Answer strcat Your Answer

strcat

True/False Question

All operator in C are ranked according to their precedence.

Correct Answer True Your Answer

True

True/False Question

A value of object changes when event occurs.

Correct Answer True Your Answer

True

Multiple Choice Single Answer Question How many times 'return' statement can be written? Correct Answer any Your Answer

once

Multiple Choice Multiple Answer Question What will be the output of the following main(){ int a = 1;float f=1; printf("%d", a * f); printf("%f", a * f); printf(%f",a + f * 100);} Correct Answer 0 , 1.000000 , 101.000000 Your Answer

0 , 1.000000 , 101.000000

Multiple Choice Single Answer Question Which of the following operator is used to declare pointer to pointer? Correct Answer ** Your Answer

**

Related Documents

C Programming Paper 4
November 2019 17
C-programming Paper 1
November 2019 8
C Programming Paper 3
November 2019 11
C Programming
November 2019 23
C Programming
July 2020 6