C Interview questions and Answers | NEW Subjective Interview questions Here are few examples of standard subjective oral questions asked in C interviews. Note how the questions are interrelated and how difficulty of questions increases as interview moves on. A mediocre student will perhaps give up after three or four questions and only those who have clear knowledge of concepts related to C language will make till the last question. I recommend reading online forums‚ books like c loops and pitfall
Premium Data type Programming language
213 1. Main() Dm number As Integer Dm product As Integer While product <100 Console.writeline(*enter a number*) Number = Console.readline() Product – numbers * 10 Console.writeline(*the number you entered: * &numbers& * Multiplied by ten is: * &product) End white Console.writeline(*press enter to continue…*) Console.readkey() End sub 2. Declare Integer x = 1 While x > 0 Display “Enter a number. “ Input x End While Declare x as Integer = 1 Do Display “Enter a
Premium Multiplication Real number
Binary search using recursive function Question: A class Admission contain the admission numbers of 100 students. Some of the data members/ member functions are given below: Class name: Admission Data member/instance variable: Adno[ ]: Integer array to store admission numbers Member functions/methods: Admission(): constructur to initialize the array elements void fillArray(): to accept the element of the array in ascending order int binSearch(int l‚ int u‚ int v): to search for a particular admission
Premium Mathematics Object Data type
Process: 1. Display Menu 2. Get Foreign Value 3. Convert Currency 4. Display Results Input: 1. Currency Type (integer: Currency Type) 2. International Value (real: International Value) 3. U.S. Value (real: U.S. Value) Output: 1. Currency Type (integer: Currency Type) 2. International Value (real: International Value) 3. U.S. Value (real: U.S. Value) Input-Process-Output
Premium United States dollar Currency Pound sterling
History of Microsoft Visual Studio Product name Codename Internal version Supported .NET Framework versions Release date Visual Studio N/A 4.0 N/A April 1995 Visual Studio 97 Boston 5.0 N/A February 1997 Visual Studio 6.0 Aspen 6.0 N/A June 1998 Visual Studio .NET (2002) Rainier 7.0 1.0 February 13‚ 2002 Visual Studio .NET 2003 Everett 7.1 1.1 April 24‚ 2003 Visual Studio 2005 Whidbey 8.0 2.0‚ 3.0 November 7‚ 2005 Visual Studio 2008 Orcas 9.0 2.0‚ 3.0‚ 3
Premium
Practice Test #1 Data Sufficiency (218 Questions) 1. 86-!-item-!-187;#058&000002 A garden store purchased a number of shovels and a number of rakes. If the cost of each shovel was $14 and the cost of each rake was $9‚ what was the total cost of the shovels and rakes purchased by the store? (1) The ratio of the number of shovels to the number of rakes purchased by the store was 2 to 3. (2) The total number of shovels and rakes purchased by the store was 50. 2. 142-!-item-!-187;#058&000140
Premium Standard deviation Real number
Chapter 7 Arrays Section 7.1 Creating and Using Arrays 1. After the following Dim statement is executed‚ how many elements will the array myVar have? Dim myVar(7) As Double (A) (B) (C) (D) 2. 0 1 8 9 C In the line of code Dim scores() As Integer = {55‚ 33‚ 12} the upper bound of the array scores is which of the following? (A) (B) (C) (D) 3. 2 1 11 0 A Each individual variable in the list student(0)‚ student(1)‚ student(2) is known as a(n) (A) (B) (C) (D) 4. subscript. dimension. element
Premium
indicates that some (or all) of the? a.|RHS values for constraints must be integer| b.|objective function coefficients must be integer| c.|constraint coefficients must be integer| d.|decision variables must be integer| __A__ 2. Which of the following are potential pitfalls of using a non-zero suboptimality tolerance factor? a.|No assurance the returned solution is optimal.| b.|No assurance the returned solution is integer.| c.|The true optimal solution may be worse than the returned solution
Premium BMW Discounts and allowances Marketing
{ } | | c. A = { ∅ } | b. set with no element | d. none of them | 6. In subtracting integers‚ you need to a. change the subtrahend b. change the sign of subtrahend c. apply addition rule d. change the sign of subtrahend and proceed to addition 7. Which set of numbers contains the negative and positive numbers with zero? a. natural numbers | | c. counting numbers | b. integers | d. whole numbers | 8. Which property of real numbers is shown with the statement
Premium Philippines Manila United States
Module myModule (Integer a‚ integer b‚ integer c) Call statement - Call myModule (3‚2‚1) A contains 3‚ B contains 2‚ and C contains 1 4. Display "Here are the values:" Display arg1‚ " "‚ arg2 " " ‚ arg3 End Module Declare Interger age Declare Real income Declare String name Call Statement- Call display ( age‚ income‚ name) 5. Module getNumber (Integer Ref value) Display "Input number:" Input value End module 6. Module mail () Declare Integer x=1 Declare Real
Premium Ring Group Real number