How to reverse a string using a recursive function, without swapping or using an extra memory?
31 102536int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
4 12579Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
2 9387Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
5 24573Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;
5 11651study the code:
#include
Post New TCS C Interview Questions
What are the benefits of quality management system?
what is the difference between unarmoured & Flexible cable? How to identified?
Why does sql need a server?
Hi I have found a web site of online shopping (www.safetots.co.uk).PLEASE write possible "Test scenario" by seeing that site.Please make the end of mine and others doubt in Test scenario.Thanks in advance.
What is ims software environment?
what is the defination of Cable database? What are the points are considered while preparing cable database? Is there any sample available for cable database?
what are your strength and weakness?
Can access database be used online?
How to add a new column to an existing table in mysql?
What is data collection in iot?
Why is c so important?
Do you know what is .net standard?
What does the investment of personal assets by the owner will do?
What is Currying in Javascript?
Which database management system is used in wordpress by default?