ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
define function
 Question Submitted By :: Abhilash
I also faced this Question!!     Rank Answer Posted By  
 
  Re: define function
Answer
# 1
Functions let us create logical groupings of code
 
Is This Answer Correct ?    2 Yes 0 No
Sugumar
 
  Re: define function
Answer
# 2
a fns. is set of instructions that perform a specifide task 
which repeatedly occurs in main prgm. .
 
Is This Answer Correct ?    2 Yes 0 No
Nirmal Super Star
 
 
 
  Re: define function
Answer
# 3
A Function is a self-contained block of statement that 
perform a Coherent task of some kind. c program is 
collection of function.

generel form of function.

function(arg1,arg2,arg3)
type arg1,arg2,arg3;
{
statement1;
statement2;
statement3;
statement4;
}
 
Is This Answer Correct ?    2 Yes 0 No
Desh Deepak
 
  Re: define function
Answer
# 4
a function is a block of code or a logic by using some
methods that to be executed.
 
Is This Answer Correct ?    1 Yes 0 No
Satya.tivari
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
Write a C program to print 1 2 3 ... 100 without using loops?  5
give one ip, find out which contry Google4
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?  1
what is the use of using linked list and array? Infosys9
What is alloca() and why is its use discouraged?  1
The C language terminator is a.semicolon b.colon c.period d.exclamation mark TCS3
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x? Oracle13
const char * char * const What is the differnce between the above tow?. TCS5
How would you sort a linked list?  1
What is macro? IBM4
what is pointer TCS1
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]  2
wap in c to accept n number display the highest and lowest value  2
two variables are added answer is stored on not for third variable how it is possible?  3
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks. Google3
C,c++, Java is all are structural oriented or procedure oriented language..?  3
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example? Excel2
i want to know aptitude questions,technical questions  2
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.  4
To what value do nonglobal variables default? 1) auto 2) register 3) static  4
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com