GeekInterview.com
  I am new, Sign me up!
 

Online Test


Online Test Online Test

Brain Gym

Java

Microsoft

Networking

Technology

Testing


Sponsored Links

   Online Test   Technology Technology

C++ Quiz
Question No. 1 of 30
Which of the following is allowed for the value of subscript variable?
  • Positive Integer
  • Negative Integer
  • Both A and B
  • Float

Related Questions
# Question Details
1 Three friends divided some bullets equally. After all of them shot 4 bullets the total no. of rema...
2 Fill the empty slots. Three FOOTBALL teams are there. Given below is the list of matches. &...
3 There are 3 societies a, b, and c. A lent tractors to B and C as many as they had. After some time...
4 Five people a,b,c,d,e are related to each other. Four of them make one true statement each as foll...
5 boys are allowed to watch football at c.v. Raman auditorium subjected to conditions. i)the boy ov...
6 be * be = acb a,b,c,e are non-zero numbers find b,e.
7 a,b,c,d,e are having numerical values. there are some conditions given a) a=c <===> b!=e b...
8 there are six cards in which it has two king cards. all cards are turned down and two cards are op...
9 a person went to a shop and asked for change for 1.15paise. but he said that he could not only giv...
10 there are 3 nurses and they work altogether only once in a week. no nurse is called to work for 3 ...

Sponsored Links


Related Articles

ODP.NET - Handling Nulls when Executing with ExecuteScalar

ODP NET Handling Nulls when Executing with ExecuteScalar The most important issue to remember is that ExecuteScalar simply returns an object type of data The object refers to any data type within NET If the data type of your variable matches with the type of object returned by ExecuteScalar an impli
 

jQuery - Enabling the Pager Buttons

Learning jQuery Enabling the Pager Buttons To make these new buttons actually work we need to update the currentPage variable and then run our pagination routine At first blush it seems we should be able to do this by setting currentPage to page which is the current value of the iterator that create
 

Microsoft AJAX Library - Functions as Variables

Functions as Variables In JavaScript functions are first class objects This means that a function is regarded as a data type whose values can be saved in local variables passed as parameters and so on For example when defining a function you can assign it to a variable and then call the function thr
 

C++ Void Pointer and Null Pointer

C Void Pointer and Null Pointer In this C tutorial you will learn about two interesting types of pointers; void pointers and Null Pointer These pointers will be discussed in conjunction with syntax usage and example mosgoogle center Pointer to Void General Syntax void pointer variable; Void is use
 

C++ Pointers

C Pointers Concept of Pointers Every storage location of memory has an associated address Address is a number that grows sequentially For every program placed in memory each variable or function in the program has an associated address mosgoogle center The address of operator The address of operator
 

C++ Storage Classes

C Storage Classes In this C tutorial you will learn about storage classes types of storage class variables Automatic External and Static explained with examples mosgoogle center Storage classes In the context of scope of variables in functions exists the important concept of storage class What is St
 

C++ Structure

C Structure In this C tutorial you will learn about Structure declaring a Structure how to declare Structure Variable and how to access the structure members in C mosgoogle What is a Structure Structure is a collection of variables under a single name Variables can be of any type int float char et
 

JavaScript Objects

JavaScript Objects Object oriented Programming in an important aspect of JavaScript It is possible to use built in objects available in JavaScript It is also possible for a JavaScript programmer to define his own objects and variable types In this JavaScript tutorial you will learn how to make use
 

What is Access Path

In relational database management system (RDBMS) terminology, Access Path refers to the path chosen by the system to retrieve data after a structured query language (SQL) request is executed. A query may request at least one variable to be filled up with one value or more. A query may look like th
 

What happens when a variable is not initialized in main function?

When a variable is not initialized in main function it contains garbage value. This can be well seen from the example below main() { int x; printf(&ldquo;%d&rdquo;,x); z= sample() } sample() { printf(&ldquo;Testing program&rdquo;); } Output is &nbsp;&nbsp;&n
 

Site Login

 

Sponsored Links

 
 
 
About Us -  Privacy Policy -  Terms and Conditions -  Contact  

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape