
Software Programming : C Programming QUESTIONS AND ANSWERS :: part15 : 11 to 15
Following Software Programming language Entrance Multiple choice objective type questions and answers will help you in Software Programming 2024 examinations :
11.Write the first line of the function definition for the following: �a function called add accepts two integer arguments and returns a floating point value� |
float add(int ,int) |
float add(int a,int b) |
float add() |
float add( int a,b) |
float add(a,b int). |
12.What is the output of the following statements? for(i=10;i++;i<15) printf(�%d�,i); |
1011121314 |
101112131415 |
91011121314 |
101112131415 |
No output. |
13.Describe the following array int s[5][6] |
s is a two �dimensional 30 element array(6 rows, 5 columns) |
s is a two �dimensional 30 element array(5 rows, 6 columns) |
s is a one �dimensional 30 element array(5 rows, 6 columns) |
s is a two �dimensional 30 element array(5 rows, 5 columns) |
s is a one dimensional 30 element array (6 rows, 5 columns). |
14.Which of the following is a complete function? |
int funct(); |
int funct(int x) {return x=x+1;} |
void funct(int) {cout<<"Hello"} |
void funct(x) {cout<<"Hello"} |
funct( );. |
More C Programming QUESTIONS AND ANSWERS available in next pages
-
Health is the greatest gift, contentment is the greatest wealth -Buddha

- TNTET 2021 - Practice
- SSC CGL 2021 - Practice
- TNPSC Group 2A 2021 - Practice
- IIT JEE
- IIT JEE Q&A
- TNPSC Answer Keys
- TNPSC Group 2 Syllabus
-
TNPSC Q&A
- Online Tests - TNPSC
- Online Tests - GK
- IBPS 2020-2021
- Online Tests - Bank
- Online Tests - RRB NTPC
- Online Tests - UGC NET
- Online Tests - TANCET
- Online Aptitude Test
-
Engineering
-
Programming
-
Basic Science
-
Quiz
- Plus Two Question Papers
- SSLC Question Bank
-
Aptitude Tests
-
Logical Reasoning
-
General Knowledge-Hindi
-
Indian History MCQ
-
Indian Geography MCQ
-
Indian Civics MCQ
-
Indian Economics MCQ
-
CTET Biology MCQ
-
CTET Chemistry MCQ
-
CTET Physics Solved MCQ
-
Arithmetic Tests
- Press Release
- FAQ
- Coaching Centres
- TNPSC Group 1 Syllabus
-
TNPSC Group IV Syllabus
- TRB 2017 in English PDF
- TRB 2017 in Tamil PDF
- TET
- TNTET
