What is the use of header files?
No Answer is Posted For this Question
Be the First to Post Answer
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
What does the format %10.2 mean when included in a printf statement?
Is reference used in C?
Explain what is meant by 'bit masking'?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is the purpose of 'register' keyword?
Write a c program to print the sizes and ranges of different data types in c?
why 'c' is called middle level language.
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
What is structure padding & expalain wid example what is bit wise structure?
What is string function c?