How to reverse a string using a recursive function, without swapping or using an extra memory?
31 102505int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
4 12574Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
2 9385Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
5 24564Which 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 11639study the code:
#include
Post New TCS C Interview Questions
Will Bluetooth and Wireless LAN (WLAN) interfere with each other?
As you know executive accounting?
Define a method in Python?
What are awk commands?
What is an info source?
Is linux always free?
what is your career plan
can we conduct the swineburne's test on a dc series motor? why?
How do I find corrupt files?
Which operator cannot be overloaded in c sharp?
How do you verify an object presented in multiple pages?
Which prize is the alternative to the NOVEL Prize?
Which companies are using node js?
What are some common programming tasks when working with social feeds?
How does neuromorphic computing differ from traditional AI?