<<= Back
Next =>>
You Are On Multi Choice Question Bank SET 2183
109151. Adding to a pointer that points to an array will
109152. What is true about fputs function
109153. What is correct order of precedence in C
109154. A variable in c
109155. printf() belongs to which library of c
109156. UML meaning is
109157. Structures can be used
109158. A member is a
109159. To access the members of structure which symbol is used
109160. What among following is true about stack
109161. Difference between structure and union is
109162. If (p) and p is same
109163. Can getch() be used to echo the input
109164. What is the purpose of getc()
109165. Which operator has the highest priority
109166. The compiler in C ignores all text till the end of line using
109167. rand() function returns
109168. Out of following program : float x = 10.7 int i i = (int) x print i
109169. What is use of in c
109170. total number of keywords in C are
109171. Which of the following below is/are valid C keywords
109172. If include files can be nested
109173. calloc() belongs to which library
109174. Exit() is same as return
109175. Difference between calloc() and malloc()
109176. What will be the output of following program #include main() { int x,y = 10 x = y NULL printf("%d",x) }
109177. Due to variable scope in c
109178. What will be output of #include void main() { char test =`S` printf(" %c",test) }
109179. Continue statement used for
109180. Break statement is used for
109181. The first expression in a for loop is
109182. We can insert pre written code in a C program by using
109183. Which among following has invalid syntax ?
109184. Which of the following type of class allows only one object of it to be created
109185. What is polymorphism
109186. What is abstract class
109187. Meaning of STL
109188. Meaning of PDB
109189. Stack unwinding deals with
109190. Which is not C++ storage class
109191. Default constructor has how many arguments
109192. What is inheritance
109193. Reference is like a
109194. what is a class in c++
109195. What is the meaning of base class in C++
109196. C++ programs must contain
109197. is used for
109198. How we define our name for constants
109199. what is the size of int datatype for 32 bit system
109200. Can #define accept parameters
<<= Back
Next =>>
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution