QusC भाषा में निम्नलिखित में से कौन सा एक keyword नहीं है?
A. void
B. endl
C. float
D. switch
Solution
B. endlExplanation
The endl is a predefined object of ostream class. It is used to insert a new line characters and flushes the stream. it used in C++.