How can you return multiple values from a function?
No Answer is Posted For this Question
Be the First to Post Answer
How can I read a directory in a c program?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
What are identifiers in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
How can I send mail from within a c program?
With the help of using classes, write a program to add two numbers.
Explain what is a program flowchart and explain how does it help in writing a program?
What is data structure in c programming?
Which programming language is best for getting job 2020?
Can anyone tell what is stack overflow? what precaution we should take?
How can I generate floating-point random numbers?