Answer Posted / phani kumar
if we want to retrive multiple values from functions
derive multiple arguments in the defition of functions
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between strcpy() and memcpy() function in c programming?
i want to know the procedure of qualcomm for getting a job through offcampus
Explain what is a program flowchart and explain how does it help in writing a program?
Between macros and functions,which is better to use and why?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Simplify the program segment if X = B then C ← true else C ← false
Which function in C can be used to append a string to another string?
Disadvantages of C language.
How to establish connection with oracle database software from c language?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What are dangling pointers? How are dangling pointers different from memory leaks?
Is it better to use a macro or a function?
How to get string length of given string in c?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is an array in c?