Answer Posted / guest
Header files (also called ".h files") should generally contain
common declarations and macro, structure, and typedef
definitions, but not variable or function definitions.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is wild pointer in c with example?
Write a program to print fibonacci series without using recursion?
What is the difference between null pointer and wild pointer?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is the process to generate random numbers in c programming language?
Are there any problems with performing mathematical operations on different variable types?
Are the expressions * ptr ++ and ++ * ptr same?
What does emoji p mean?
Difference between macros and inline functions? Can a function be forced as inline?
Explain what are the standard predefined macros?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
differentiate built-in functions and user – defined functions.
What are the different types of data structures in c?
how to make a scientific calculater ?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.