When should structures be passed by values or by references?
How can a program be made to print the line number where an error occurs?
Is c still relevant?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
What are function pointers? Provide an example.
What are pointers in C? Give an example where to illustrate their significance.
Explain the use of #pragma exit?
Write a c program to print the sizes and ranges of different data types in c?
what does ‘segmentation violation’ mean?
Which is the best website to learn c programming?
How do I create a directory? How do I remove a directory (and its contents)?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;