You are not logged in.

#1 2015-09-14 06:12:26

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

Complete Function:

C Programming Quizzes C Language Function

Question:
Which of the following is a complete function?

Option A):
int funct(int x) { return x=x+1; }
Option B):
void funct(int) { printf(Hello"); }
Option C):
int funct();
Option D):
void funct(x) { printf(Hello"); }

Correct Answer is Option A):
int funct(int x) { return x=x+1; }


Failure is the first step towards seccess.

2015-09-14 06:12:26

Advertisement
Ads By Google

Re: Complete Function:



\n

Board footer