How to reverse a string using a recursive function, without swapping or using an extra memory?
31 104643#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 9846int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
TCS,
4 12866
What is extern storage class in c?
What does the error message "DGROUP exceeds 64K" mean?
How many parameters should a function have?
How is null defined in c?
What does a pointer variable always consist of?
Can we declare a function inside a function in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is a file descriptor in c?
What is difference between union and structure in c?
Why do we use c for the speed of light?
What are qualifiers?
What is pointer to pointer in c language?
Explain how do you print only part of a string?
What are the salient features of c languages?
What is meant by type specifiers?