What is a syntax in c++?



What is a syntax in c++?..

Answer / Shobhit Johri

Syntax in C++ refers to the set of rules that define how programs are structured and written. It includes keywords, operators, symbols, statements, functions, classes, etc. The syntax follows a strict format to ensure clarity and consistency in the code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Write bites in Turbo c++ Header ("Include") Files.

1 Answers  


Explain linear search.

1 Answers  


How can a struct in c++ differs from a struct in c?

1 Answers  


List the special characteristics of constructor.

1 Answers  


what is difference between internet and Internet?

12 Answers   College School Exams Tests, Microsoft, MIT, TCS,


What are c++ manipulators?

1 Answers  


What are the new features that iso/ansi c++ has added to original c++ specifications?

1 Answers  


What are static variables?

1 Answers  


What is the difference between "overloading" and "overridding"?

3 Answers  


Describe run-time type identification?

1 Answers  


What is constructor c++?

1 Answers  


How can an improvement in the quality of software be done by try/catch/throw?

1 Answers  


Categories