What is sizeof c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between realloc() and free()
how to find the kth smallest element in the given list of array elemnts.
Explain #pragma in C.
wht is the difference between KPO and BPO ?
2 Answers Accenture, BPO, HCK, HCL, Infosys,
Which 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;
i want to job in your company, so how it will be possible.
What is strcmp in c?
Write a program to compute the following 1!+2!+...n!
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
what is constant pointer?
Is null always equal to 0(zero)?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm