How to reverse a string using a recursive function, without swapping or using an extra memory?
31 103651int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
4 12742Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
2 9522Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
5 24901Which 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 11903study the code:
#include
Post New TCS C Interview Questions
How do you scale an image in powerpoint?
How zip the file in unix?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
How can I manage special characters when I execute an insert query?
Does the scope of an xml namespace declaration ever include the dtd?
What is an indexing technique?
What is a segment in ims?
Mention what is the importance of nonactionattribute?
Is intellij better than eclipse?
What is the importance of closing an ado.net application?
what can of fault ofently come in vibration mesurement?
What is the best php version for wordpress?
How many hardware interrupts 8085 supports?
What is difference between ++ I and I ++ in java?
Explain what the meaning of code walk through is?