how to access grid view row?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is object slicing and how can we prevent it?

2 Answers   Tech Mahindra,


What is the equivalent of Pascal's Real a) unsigned int b) float c) char

0 Answers  


What is an opaque pointer?

1 Answers  


Is java a c++?

0 Answers  


Explain selection sorting. Also write an example.

0 Answers  


When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?

1 Answers   Microsoft,


What is iterator in c++?

0 Answers  


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"?

6 Answers   CSC,


Define basic type of variable used for a different condition in C++?

0 Answers  


Are strings mutable in c++?

0 Answers  


how is returning structurs from functions?Show an eg?

1 Answers   GE,


In how many ways we can initialize an int variable in C++?

1 Answers  


Categories