What is putchar() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is data types?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
Can stdout be forced to print somewhere other than the screen?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
how to find the binary of a number?
What is header file in c?
Write a program to generate prime factors of a given integer?
What are the different types of data structures in c?
which do you prefer C or Pascal?
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;
What will be the output of x++ + ++x?
How many bytes are occupied by near, far and huge pointers (dos)?