Explain how can you be sure that a program follows the ansi c standard?
No Answer is Posted For this Question
Be the First to Post Answer
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
What is the value of h?
What is volatile variable in c with example?
What is difference between array and structure in c?
How can a process change an environment variable in its caller?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What does. int *x[](); means ?
What is a memory leak in structures? How can we rectify that?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
what is the full form of c language
What is the difference between single charater constant and string constant?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?