adplus-dvertising
frame-decoration

Question

Choose the correct formatted code.

a.

int a = 5;

b.

int a=5;

c.

int a =5;

d.

none of the mentioned

Answer: (a).int a = 5;

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Choose the correct formatted code.

Similar Questions

Discover Related MCQs

Q. Which function allows you to set minimum width for the next input?

Q. What is the use of the function “showbase”?

Q. Which operator is used to insert the data into file?

Q. Which function is used to position back from the end of file object?

Q. How many objects are used for input and output to a string?

Q. Which member function is used to determine whether the stream object is currently associated with a file?

Q. Which header file is used for reading and writing to a file?

Q. Which one is always faster in writing on C++?

Q. How many tests are available in read and write operations?

Q. What will act as a intermediate between i/o operations and physical file?

Q. By using which function does the buffer are automatically flushed?

Q. How many parameters are available in the function setbuf?

Q. What is the main feature of locale in C++?

Q. Which objects information is loaded in locale object?

Q. How many categories are available in facets?

Q. What kind of locale does every program is having in C++?

Q. What will the monetary facet will do?

Q. Which header file is used with input and output operations of C in C++?

Q. Which will be used with physical devices to interact from C++ program?

Q. How many streams are automatically created when executing a program?