What is the use of
?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
from which concept of 'c', the static member function of 'c++' has came?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Where local variables are stored in c?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
Why do we use namespace feature?
how can i print "hello"
read an array and search an element
How do I copy files?
Describe the steps to insert data into a singly linked list.