Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 4

C language questions for freshers:

1. Difference between declaration & definition of function

2. Features of C language

3. Different storage class specifiers in C

4. Difference between local variable & global variable

5. What are variables in C

6. Use of static variable

7. Uses of pointers

8. What is recursion

9. Local static variables? What is their use?

10. Array? Explain Array

11. Differences b/w array & pointer?

12. Define the OOPS concept.

13. malloc() vs calloc()

14. Define pointer on pointer

15. Define NULL pointer

16. Define structure

17. Difference between far and near pointer

18. Operator in C

19. Bitwise operator

20. Difference between class and object

The tip here: If the interviewer wants to conduct an interview through VIVA format, he mostly
asks you about differences. For example differences between array and pointer, differences
between C and JAVA, Different variables in C, etc.,
Must read concepts: (Never Miss these)

· Pointers

· Arrays and Strings

· Structures

· Data Structures

· Functions, Operators

Most Predicted Programs to be answered:


21. Fibonacci Series

22. Prime numbers

23. Palindrome

24. Factorials

25. Armstrong

26. Sum of the digits

27. Swap two numbers

28. Matrix multiplication

29. Alphabet triangle

30. Write an example program for Pointers

31. Example program for Arrays

32. Example program for structures

33. Bubble sort

34. Convert an array into a zig-zag

Most asked JAVA interview questions for freshers:


35. What do you mean by Object & Class?

36. Explain OOPS concepts

37. What are the OOPS concepts

38. Explain Inheritance

39. Explain Normalization

40. Explain Encapsulation

41. Explain Polymorphism

42. Explain Static Method and Static variable

43. Explain Method overloading and Method overriding

44. Explain Data Encapsulation

45. What are collection frameworks?

46. Explain the FINAL keyword

47. Explain Multi threading

48. Explain Array, String

Most asked PYTHON interview questions for freshers:


49. What is a List

50. What is a Tuple

51. What is a dictionary

52. Explain Modules and Packages in Python

53. What is OOPS concept

54. Explain various OOPS concepts

55. Explain Inheritance

56. Explain Normalization


57. Explain Encapsulation

58. Explain Polymorphism

59. How many keywords are there in Python

60. Common built-in Data Types in Python

61. Difference between PYTHON/JAVA

62. Which is faster JAVA or Python

63. What is break, continue and Pass in Python

64. What is slicing in Python

65. Explain about decorators in python

Tips: If you don’t know the question that the interviewer asked you to solve humbly just tell
him. Don’t bluff and waste his time. He may reject you for this reason. If you know the
program but forgot the logic, just say him and if he allows, start writing confidently.

You might also like