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 |
Can we increase size of array in c?
What are the 5 types of organizational structures?
What is int main () in c?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
What is the role of this pointer?
What is file in c language?
What are the __date__ and __time__ preprocessor commands?
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 '...'
What is the difference between arrays and pointers?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
What does %d do in c?