How to reverse a string using a recursive function, without swapping or using an extra memory?
31 103554#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 9660int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
TCS,
4 12734
Differentiate between declaring a variable and defining a variable?
Is it better to bitshift a value than to multiply by 2?
What are the types of pointers in c?
What are the back slash character constants or escape sequence charactersavailable in c?
Which is better oop or procedural?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is signed and unsigned?
What does the c preprocessor do?
What is the use of getchar functions?
Is it possible to pass an entire structure to functions?
Explain how are 16- and 32-bit numbers stored?
In c programming language, how many parameters can be passed to a function ?
Write a program to reverse a given number in c language?
Write a program to check palindrome number in c programming?
What is the symbol indicated the c-preprocessor?