Explain what is the use of a semicolon (;) at the end of every program statement?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain how do you determine a file’s attributes?

0 Answers  


Describe the difference between = and == symbols in c programming?

0 Answers  


What is a constant?

0 Answers  


What is the restrict keyword in C?

2 Answers  


Explain what is a pragma?

0 Answers  


Does sprintf put null character?

0 Answers  


main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


what is compiler

6 Answers  


What is a c token and types of c tokens?

0 Answers  


what is a function method?give example?

0 Answers  


What is the difference between malloc() and realloc()?

2 Answers  


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)

1 Answers  


Categories