Meaning of () in c



Meaning of () in c..

Answer / shrikantauti

it means function.
it may be user defined or system defined.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More C Interview Questions

Can we increase size of array in c?

1 Answers  


What are the 5 types of organizational structures?

1 Answers  


What is int main () in c?

1 Answers  


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


What is the role of this pointer?

1 Answers  


What is file in c language?

1 Answers  


What are the __date__ and __time__ preprocessor commands?

1 Answers  


what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")

7 Answers   Cadence, JNTU, Zen Technologies,


Differentiate between #include<...> and #include '...'

1 Answers  


What is the difference between arrays and pointers?

1 Answers  


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


What does %d do in c?

1 Answers  


Categories