Advertisement
Fahim_7861

suggestion

Sep 19th, 2021 (edited)
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. c , ds , algo
  2.  
  3.  
  4.  
  5. While vs do while loop
  6. Linear vs non-linear
  7. Binary search
  8. Time complexity
  9. Function
  10. What is SP
  11. Dynamic programming
  12. Spanning tree
  13. BFS
  14. DFS
  15. Pointer
  16. Switch
  17. Break,continue
  18. Bellman ford vs dijkstra vs prims
  19. Recursion
  20. Local & global variable
  21. Why use C in structured programming?
  22. What is a function call in C?
  23. Unary operator
  24. What is Structure?
  25. What is Data Structure
  26. What is a tree?
  27. Binary search vs linear search
  28. Complexity and time limit of every algo
  29. Linked list
  30. Vowel consonant
  31. Odd even
  32. Leap year
  33. String length
  34. String reverse
  35. Upper and lower case
  36. Call by ref and call value
  37. String palindrome
  38. String digit print
  39. Print unique character from string
  40. Print from 30 to 50
  41. Graph
  42. Cyclic and non-cyclic graph and how to detect them
  43. Find out digit or capital letter from string
  44.  
  45.  
  46. Database
  47. SQL query
  48. Relational database
  49. a table with grades, another with student ids, find a student's grade from a given Id
  50. another table with courses
  51. find all students took a particular course
  52. Foreign key
  53. primary key
  54. Normalization of database
  55. ER diagram
  56. Redundancy from database
  57.  
  58. Why use foreign key
  59.  
  60.  
  61. oop java
  62.  
  63. Override & Overload
  64. Encapsulation
  65. What is run time polymorphism?
  66. What is compile time polymorphism?
  67. Polymorphism
  68. Static binding
  69. Dynamic binding
  70. What are the principles of OOP?
  71. Interface vs abstract
  72. Interface extend
  73.  
  74.  
  75.  
  76. Networking
  77.  
  78. HTTP
  79. Router vs switch and real life example
  80. LAN vs MAN vs WAN
  81. Data type
  82.  
  83. os
  84. Operating system
  85. KB vs GB
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement