What Is The Difference Between Null And Void Pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is encapsulation?
What are directives in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is data type long in c?
How to write a program for swapping two strings without using 3rd variable and without using string functions.
Why is structure important for a child?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
How to delete a node from linked list w/o using collectons?
What is scanf () in c?
What is the use of ?: Operator?
WAP to accept first name,middle name & last name of a student display its initials?
Which header file is essential for using strcmp function?