How to reverse a string using a recursive function, without swapping or using an extra memory?
31 91341int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
4 10429Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
2 7656Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
5 20218Which 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 8749study the code:
#include
Post New TCS C Interview Questions
How can I do peek and poke in c?
Does c# have functions?
List out test deliverables?
Why you choose commerce faculty & not science or Why you are in commerce & not in science ?
What is difference between secondary Air & Tertiary Air and Their use.?
What is dynamic array in excel?
Where are powerpoint themes stored?
How does Regulatory Compliance and Right to Information Act help in the growth of Business Intelligence in India ?
What is the most common example type 1 driver?
What is @entity annotation in spring?
What is meaning of customized reports?
What are traits in laravel?
Does vb6 work on windows 7?
Why is Apache Spark faster than Hadoop MapReduce?
What is the lock statement in c#?