Answer Posted / vivek
we can get by convert prog. into sourse code
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
How can a string be converted to a number?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is an lvalue in c?
Why does the call char scanf work?
What is scope of variable in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Is null always defined as 0(zero)?
Write a program to identify if a given binary tree is balanced or not.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Describe the order of precedence with regards to operators in C.
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is the condition that is applied with ?: Operator?
How are portions of a program disabled in demo versions?