How can a program be made to print the name of a source file where an error occurs?
What are static variables in c?
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
How can I get random integers in a certain range?
What is the difference between a structure and a union?
Explain modulus operator.
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
What is integer constants?
When should a far pointer be used?
What does & mean in scanf?
What are identifiers in c?
Explain what are multibyte characters?
When should I declare a function?