What is true about the following C Functions
(a) Need not return any value
(b) Should always return an integer
(c) Should always return a float
(d) Should always return more than one value
Answer Posted / devendra kumar gupta
need not return any value
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
Explain how can I avoid the abort, retry, fail messages?
What is a constant and types of constants in c?
Write a program that accept anumber in words
What are unions in c?
When should the register modifier be used? Does it really help?
Which is better oop or procedural?
hi any body pls give me company name interview conduct "c" language only
What functions are used for dynamic memory allocation in c language?
What are the advantages of using macro in c language?
Explain how do you list files in a directory?
Differentiate between the expression “++a” and “a++”?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
regarding pointers concept
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9