What is extern storage class in c?
No Answer is Posted For this Question
Be the First to Post Answer
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
What is function pointer c?
biggest of two no's with out using if condition statement
What is the use of static variable in c?
Why void main is used in c?
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 is a program?
How do you define CONSTANT in C?
write a program to concatenation the string using switch case?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
How does struct work in c?
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,