GeekInterview.com
Login  |   Register

  GeekInterview Online Testing Center Online Testing (31)
Brain Gym Brain Gym (1)Certification Certification (0)Java Java (9)Microsoft Microsoft (7)Networking Networking (1)Technology Technology (11)Testing Testing (2)

  C Practice Test

main()
{
int i;
clrscr();
printf("%d", &i)+1;
scanf("%d", i)-1;
}

 

             Runtime error. Access violation
             Compile error. Illegal syntax
             None of the above
             Runtime error
 
  Question 1 of 52 First  |   Previous  |   Next  |   Last  

Sponsored Links


Related Questions
# Question Details
1 How are Observer and Observable used
2 Can a lock be acquired on a class
3 What is the preferred size of a component
4 How does Java handle integer overflows and underflows
5 What is the Vector class
6 What modifiers may be used with an inner class that is a member of an outer class
7 Which method of the Component class is used to set the position andsize of a component
8 Which java. util classes and interfaces support event handling
9 What is the immediate superclass of the Applet class
10 What is the immediate superclass of the Dialog class

main()
{
int i;
clrscr();
printf("%d", &i)+1;
scanf("%d", i)-1;
}

 

Related Articles

IPv6

IPv6 The Internet protocol Version 6 or the IPv6 is the next generation Internet protocol that will be replacing the current Internet protocol The current version that is being used is the Internet Protocol; Version 4 which has almost lasted for almost 2 decades mosgoogle Also the main reason for t
 

High-Speed Serial Interface (HSSI)

High Speed Serial Interface HSSI HSSI is High Speed Serial Interface was first developed by Cisco systems and the main purpose was to solve high speed requirement issues The main application of HSSI is on the Wide Area Networks and it helps to enhance the data flow speed on these networks It can wor
 

Print Servers

Print Servers Print server is a server or advice that is used to connect many printers of a network to it Using the print server any computer on the network can give a print command to the server and the print server will get the job done accordingly Usually a print server is configured on a compute
 

jQuery Tooltips

jQuery Tooltips Although the row highlighting might be a useful feature so far it s not apparent to the user that the feature even exists We can begin to remedy this situation by giving all author cells a clickable class which will change the cursor to a pointer when a user hovers the mouse cursor o
 

jQuery Row Highlighting

jQuery Row Highlighting Another visual enhancement that we can apply to our news article table is row highlighting based on user interaction Here we ll respond to clicking on an author s name by highlighting all rows that have the same name in their author cell Just as we did with the row striping w
 

jQuery Alternating Triplets

Learning jQuery Alternating Triplets Suppose we want to use two colors but have each one display three rows at a time For this we can employ the odd and even classes again as well as the modulus operator But we ll also reset the class each time we re presented with a row containing th> elem
 

jQuery Three-color Alternating Pattern

Learning jQuery Three color Alternating Pattern There may be times when we want to apply more complex striping For example we can apply a pattern of three alternating row colors rather than just two To do so we first need to define another CSS rule for the third row We ll also reuse the odd and even
 

jQuery - Finessing the Sort Key

Learning jQuery Finessing the Sort Keys Now we want to apply the same kind of sorting behavior to the Author s column of our table By adding the sort alpha class to its table header cell the Author s column can be sorted with our existing code But ideally authors should be sorted by last name not fi
 

jQuery - Basic Alphabetical Sorting

Learning jQuery Basic Alphabetical Sorting Now let s perform a sort on the Title column of the table We ll need a class on the table header cell so that we can select it properly geshibot lang html" Title Author s Publish Date Price geshibot mosgoogle To perform the actual s
 

Microsoft AJAX Library - C# and JavaScript Classes

C and JavaScript Classes For the purpose of demonstrating a few more OOP related concepts we ll use another class Our new class is named Table and it has two public fields rows columns and one method getCellCount The getCellCount method should return the number of rows multiplied by the number of co
 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Partner Links  |   Site Updates  |   Add Resource

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