Explain what is the use of a semicolon (;) at the end of every program statement?
Explain how do you determine a file’s attributes?
Describe the difference between = and == symbols in c programming?
What is a constant?
What is the restrict keyword in C?
Explain what is a pragma?
Does sprintf put null character?
main() { clrscr(); } clrscr();
what is compiler
What is a c token and types of c tokens?
what is a function method?give example?
What is the difference between malloc() and realloc()?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)