Can main () be called recursively?
No Answer is Posted For this Question
Be the First to Post Answer
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
Explain main function in c?
how do we remove the printed character in printf statement and write next it it
Explain how can you restore a redirected standard stream?
Do variables need to be initialized?
What is the best style for code layout in c?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
Can anyone tell what is stack overflow? what precaution we should take?
Explain the differences between public, protected, private and internal.
In a byte, what is the maximum decimal number that you can accommodate?
What is the difference between Printf(..) and sprint(...) ?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,