What is static class data?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by forward referencing and when should it be used?
How do you master coding?
What are the types of STL containers?
the maximum length of a character constant can be a) 2 b) 1 c) 8
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
How do c++ struct differs from the c++ class?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
What is c++ coding?
How are the features of c++ different from c?
how many controls can we place on single form.
Have you used MSVC? What do you think of it?