C Multiple Choice Questions
- The Case keyword is followed by?
- Float values
- Character values
- Integer values
- Both b&c
Added By : Sahil Sharma
- Type of data and its value is described dy
- Constants
- Variables
- Data Type
- None of the above
Added By : Jayesh
- myarr[5] is equivalent of?
- &(myarr + 5)
- *(myarr + 5)
- (*myarr + 5)
- None of the above
Added By : Raju
- How to make an infinity loop in C?
- loop: ..... goto loop;
- for(;;) { }
- while(1) { }
- All of the above
Added By : Raju
- What does the following declaration mean? int (*ptr) [10];
- ptr is an array of pointers of 10 integers.
- ptr is a pointer to an array of 10 integers.
- ptr is an array of 10 integers.
- None of the above
Added By : Rohan
- The correct way to round off a floating number x to an integer value is
- y = int (x + 0.5)
- y = (int) (x + 0.5)
- y = (int) x + 0.5
- y = (int) ((int)x + 0.5)
Added By : Mayank
- Which of the following has compilation error in C?
- int n = 32;
- char ch = 65;
- float f = (float) 3.2;
- None of the above
Added By : Naresh
- What is default storage class of variables in C language?
- extern
- local
- auto
- global
Added By : Sandip Walunj
Also Exercise
Post Your Question
Social Sharing
Search
Articles
Recently Added Jobs
Rajasthan High Court - Jodhpur Recruitment 2017 for Civil Judges
Last Date: 21 December, 2017
Last Date: 21 December, 2017
WBSEDCL Recruitment - 2017 for Office Executive
Last Date: 16 May, 2017
Last Date: 16 May, 2017
RECRUITMENT OF PROBATIONARY OFFICERS IN STATE BANK OF INDIA
Last Date: 06 March, 2017
Last Date: 06 March, 2017
UPSC Combined Medical Services Examination 2015
Last Date: 10 April, 2015
Last Date: 10 April, 2015
UPSC Engineering Services Examination 2015
Last Date: 10 April, 2015
Last Date: 10 April, 2015