Answer Posted / prem
array is group of elements
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the difference between 123 and 0123 in c?
What does printf does?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What are enums in c?
Explain how do you generate random numbers in c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What are two dimensional arrays alternatively called as?
application attempts to perform an operation?
explain how do you use macro?
Describe the steps to insert data into a singly linked list.
Do array subscripts always start with zero?
Where define directive used?
Define VARIABLE?
What is call by reference in functions?