Answer Posted / reegan
inline function is not end of loop function with in this
function
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give the rules for variable declaration?
What is meant by operator precedence?
What are bitwise shift operators in c programming?
Where in memory are my variables stored?
Why do we write return 0 in c?
What does the file stdio.h contain?
Explain high-order and low-order bytes.
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is output redirection?
What do you mean by c what are the main characteristics of c language?
Is it possible to initialize a variable at the time it was declared?
How do I convert a string to all upper or lower case?
Create a simple code fragment that will swap the values of two variables num1 and num2.
How can I list all of the predefined identifiers?
Explain what does it mean when a pointer is used in an if statement?