How to reverse a string using a recursive function, without swapping or using an extra memory?
31 103546#include
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
5 9659int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
TCS,
4 12733
How can I change their mode to binary?
What is conio h in c?
What is data structure in c language?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Explain the use of #pragma exit?
Can the curly brackets { } be used to enclose a single line of code?
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
Explain null pointer.
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What does %p mean?
what are bit fields? What is the use of bit fields in a structure declaration?
What is && in c programming?
Is main an identifier in c?
What is graph in c?
can anyone suggest some site name..where i can get some good data structure puzzles???