PDA

View Full Version : C Language



Pages : [1] 2 3 4 5

  1. what is pointer
  2. what is the difference between structure and union
  3. what is pointers and its uses
  4. we use functions within a structure
  5. What is a method
  6. What are the advantages of the functions
  7. What is the purpose of main( ) function
  8. What is an argument
  9. Differentiate between formal arguments and actual arguments?
  10. What is a function and built-in function
  11. What is modular programming
  12. What are the characteristics of arrays in C
  13. Differentiate between a linker and linkage
  14. What are advantages and disadvantages of external storage class
  15. Differentiate between an internal static and external static variable
  16. What are the advantages of auto variables
  17. What is storage class and what are storage variable
  18. Which expression always return true? Which always return false
  19. Write the equivalent expression for x%8
  20. why n++ executes faster than n+1
  21. What is a modulus operator
  22. What are the restrictions of a modulus operator
  23. What is the difference between a string and an array
  24. What is a static function
  25. Why should I prototype a function
  26. How do you print an address
  27. How can you determine the size of an allocated portion of memory
  28. What is the difference between NULL and NUL
  29. What is the heap
  30. What is the stack
  31. When should a far pointer be used
  32. Can the size of an array be declared at runtime
  33. What is the difference between far and near
  34. How do you use a pointer to a function
  35. When would you use a pointer to a function
  36. Why should we assign NULL to the elements (pointer) after freeing them
  37. What is a void pointer
  38. What is a null pointer
  39. What is indirection
  40. How many levels of pointers can you have
  41. What does it mean when a pointer is used in an if statement
  42. How do you print only part of a string
  43. How can I convert a string to a number
  44. How can I convert a number to a string
  45. How do you override a defined macro
  46. What is a program
  47. What is #line used for
  48. What are the standard predefined macros
  49. How can type-insensitive macros be created
  50. How many levels deep can include files be nested
  51. How can you check to see whether a symbol is defined
  52. How can you restore a redirected standard stream
  53. What is the difference between text and binary modes
  54. How do you determine whether to use a stream function or a low-level function
  55. How can I open a file so that other programs can update it at the same time
  56. How can I make sure that my program is the only one accessing a file
  57. What is Preprocessor
  58. What is a macro, and how do you use it
  59. What will the preprocessor do for a program
  60. How can you avoid including a header more than once
  61. What is the benefit of using #define to declare a constant
  62. What is the benefit of using an enum rather than a #define constant
  63. How are portions of a program disabled in demo versions
  64. What is the difference between #include <file> and #include ?file?
  65. Can you define which header file to include at compile time
  66. Can include files be nested
  67. Can a file other than a .h file be included with #include
  68. How do you redirect a standard stream
  69. How can I search for data in a linked list
  70. How can I sort a linked list
  71. What is hashing
  72. What is the quickest searching method to use
  73. What is the easiest searching method to use
  74. How can I sort things that are too large to bring into memory
  75. What is the quickest sorting method to use
  76. What is the easiest sorting method to use
  77. What is the benefit of using const for declaring constants
  78. What is the difference between declaring a variable and defining a variable
  79. When should a type cast be used
  80. When should a type cast not be used
  81. How can you determine the maximum value that a numeric variable can hold
  82. When should the volatile modifier be used
  83. How reliable are floating-point comparisons
  84. What is a const pointer
  85. When should the register modifier be used
  86. What is page thrashing
  87. Array is an lvalue or not
  88. What is an lvalue
  89. What is the difference between goto and longjmp() and setjmp()
  90. When is a switch statement better than multiple if statements
  91. How to type a string without using printf function
  92. What does it mean- a[i]=i+i
  93. How to break cycle in circular single link list
  94. How do you write a program which produces its own source code as its output
  95. How can we open a image file through C program
  96. What is the difference between #define and constant in C
  97. Write C program for delete a node from linked list
  98. Where is the auto variables stored
  99. What is the use of register variables
  100. How can you calculate number of nodes in a circular Linked List
  101. How to swap the content of two variables without a temporary variable
  102. Can we use string in switch statement
  103. What is far pointer
  104. What is structure padding
  105. What is a NULL Macro
  106. What is the difference between a NULL Pointer and a NULL Macro
  107. What is storage class in c
  108. How to write a program such that it will delete itself after execution
  109. How will you print % character
  110. Difference between Function to pointer and pointer to function
  111. Can a variable be both const and volatile
  112. What is different arrays and pointers
  113. When memory will be created after defining in c and c++
  114. What is difference between calloc() and malloc()
  115. Write C Program to print the following series
  116. What is static identifier
  117. What use of structure and union
  118. How to write a program for Pascal triangle
  119. what are the disadvantages of using Pointers
  120. What is difference between the test effort and the test procedure
  121. How to write a C program for displaying a sentence without output command
  122. How much memory does a static variable takes
  123. what is file pointer and it working method
  124. How to write a program in c to print its own code
  125. what is the output
  126. What is the Addition of two numbers using Bitwise operators
  127. What is the Program to convert decimal to binary no
  128. How can we add two numbers in c language without using Arithmetic operators
  129. How to get string in files and print the string in the reverse order
  130. Write the code for swapping of two numbers without using temporary variable using C
  131. we can execute print statement without using semicolon
  132. How to perform addition, subtraction of 2 numbers without using add and sub
  133. How do you sort names using circular linked list in c
  134. Write a C program that will convert Simple Sentence to Complex/Compound Sentence
  135. Write the code to draw a three dimensional graph using c graphics
  136. What is output of the program in c
  137. Write a program to remove comment lines and blank lines from an error free c program
  138. Where does global, static, local, register variables, free memory
  139. How to print value without using any output statements
  140. What is the use of Bitwise operators
  141. What is the use of unformatted Input/Output functions
  142. Write the program that outputs the given binary or image file
  143. What is meant by malloc function
  144. How to find a given number is Armstrong number or not in "C"?
  145. Write Fibonacci series program
  146. What are returned by printf(), scanf() functions
  147. How do we get Square root of any number Without using sqrt() fuction
  148. Why do we need to test weather it is memory leak or not
  149. How to operate pointers in any program
  150. How to perform matrix multiplication using double linked lists
  151. What is the type of the variable b in the following declaration
  152. A switch statement cannot include
  153. Write a program in 'c' to implement k-map simplification technique
  154. Write a program to multiply two matrices of order m*n and n*p respectively
  155. Write a program to read a real number x and find the even number nearest to x
  156. Write a program to read a set of integers and to separate all odd and even numbers
  157. Write a function in c that would traverse a linear singly linked list in reverses
  158. How can size of a variable without using size of () operator
  159. How to remove duplicate elements from an array
  160. When function say abc() calls another function say xyz(), what happens in stack
  161. Write a program to read a positive integer and print its binary equivalent
  162. What is use of macro arguments in c
  163. what is major difference between normal macro definition and macro arguments
  164. How do you write C program which can calculate lines of code butnot counting comments
  165. What is the difference between a string copy (strcpy) and a memory copy (memcpy)
  166. How to write a C program to find the power of 2 in a normal way and in single step
  167. What would be the output of the following program
  168. What is the output of the following program
  169. which line of the following, an error would be reported
  170. In the following code, in which order the functions would be called
  171. What is the draw back in using friend function in c++
  172. What would be the output of the following program
  173. What do you mean by normalization of pointers
  174. How to convert Stack in to Queue and vice versa in c with data structure
  175. What would be the output of the following program
  176. What would be the output of the following program
  177. What would be the output of the following program
  178. What will be the output of the following program
  179. What is a ?null pointer assignment? error
  180. What are bus errors, memory faults, and core dumps?
  181. Write a program filename as a command line argument and convert charcters uppercase
  182. When does compiler not implicitly generate the address of the first element of array
  183. What would be the output
  184. Why don't we add null pointer at the end of array of integer
  185. How can we calculate the length of array of integer?
  186. Where is the prototype of the main function i.e how execution started from main funct
  187. WAP to find the largest of 4 no using macros
  188. Can static variables be declared in a header file
  189. What are different from one another const char *const s; char const *const s
  190. what is p2? typedef int* ptr ptr p1, p2
  191. What are Storage Classes in C
  192. How the processor registers can be used in C
  193. What is an volatile variable
  194. How to access or modify the const variable in c
  195. How to implement call back functions?
  196. What is an anonymous union and where to apply
  197. How to implement variable argument functions
  198. How the C program can be compiled?
  199. What are the preprocessors
  200. What are advantages and disadvantages of recursive calling
  201. What are the various memory handling mechanisms in C
  202. How Do You Handle Exceptions In C
  203. what is the difference between malloc() and calloc() in c file management
  204. What is the difference between const char *p, char const *p, const char* const p
  205. what is memory leak
  206. Result of the following program is
  207. what does exit() do
  208. Macros and function are related in what aspect
  209. What is false about the following A compound statement is
  210. What it will be printed
  211. what is the output
  212. Which of these statements are false
  213. Identify the correct argument for the function call fflush () in ANSI C
  214. Which of the Following is not defined in string.h
  215. Which of the following data structures is on average the fastest for retrieving data
  216. A function 'q' that accepts a pointer to a character as argument and returns a pointe
  217. When do you say that a digraph is acyclic
  218. What is a long int size
  219. what will be the result of the function, value of x , value of y
  220. what will be the result of the following program
  221. which of the function operator cannot be over loaded
  222. f=(x>y)?x:y
  223. what will the following program do
  224. what is the value of may
  225. What is the value of c
  226. What is the output
  227. What will be the result of the following program
  228. What will be result of the following program
  229. Write one statement equalent to the following two statements
  230. Which of the following about automatic variables within a function is correct
  231. Main must be written as
  232. Which of the following is not an infinite loop
  233. What is the output of the following program
  234. What is the output of the following program
  235. Tell me the output
  236. What does the statement print
  237. What is the output of the following program
  238. What is the output of the program
  239. what are the outputs
  240. What is the output of the following program
  241. what is the difference between <stdio.h> and "stdio.h"
  242. Which of the Following will define a type NODE that is a node in a Linked list
  243. What will happen if it is compiled & run on an ANSI C Compiler
  244. What is the function of ceil(X) defined in math.h do
  245. Which of the following are valid "include" formats
  246. What will happen if it is compiled & run on an ANSI C Compiler
  247. What kind of sorting is this: SORT (k,n)
  248. When do you say that a digraph is acyclic
  249. What is the output of the program
  250. what does the following code do