[C-Sharp Programming MCQS ]
झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।
[ C-Sharp Programming MCQS ]
Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
491. HTTP PUT method का main use क्या है?
[A] Partial update
[B] Full update
[C] Delete data
[D] Retrieve data
491. What is HTTP PUT method used for?
[A] Partial update
[B] Full update
[C] Delete data
[D] Retrieve data
सही उत्तर: Full update
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Full update
Explanation: Important question.
492. HTTP DELETE method का use क्या है?
[A] Data create करना
[B] Data remove करना
[C] Data update करना
[D] Data read करना
492. What is HTTP DELETE method used for?
[A] Create data
[B] Remove data
[C] Update data
[D] Read data
सही उत्तर: Data remove करना
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Remove data
Explanation: Important question.
493. C# किस प्रकार की language है?
[A] Low-level language
[B] Object Oriented language
[C] Machine language
[D] Assembly language
493. What type of language is C#?
[A] Low-level language
[B] Object Oriented language
[C] Machine language
[D] Assembly language
सही उत्तर: Object Oriented language
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Object Oriented language
Explanation: Important question.
494. C# को किसने develop किया?
[A] Oracle
[B] Microsoft
[C] Google
[D] IBM
494. Who developed C#?
[A] Oracle
[B] Microsoft
[C] Google
[D] IBM
सही उत्तर: Microsoft
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Microsoft
Explanation: Important question.
495. CLR का full form क्या है?
[A] Common Language Runtime
[B] Common Load Runtime
[C] Code Language Runtime
[D] Core Language Runtime
495. What is CLR full form?
[A] Common Language Runtime
[B] Common Load Runtime
[C] Code Language Runtime
[D] Core Language Runtime
सही उत्तर: Common Language Runtime
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Common Language Runtime
Explanation: Important question.
496. C# में main method का return type क्या होता है?
[A] void/int
[B] string
[C] float
[D] bool
496. Return type of Main method in C#?
[A] void/int
[B] string
[C] float
[D] bool
सही उत्तर: void/int
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: void/int
Explanation: Important question.
497. C# में entry point कौन सा होता है?
[A] Constructor
[B] Main method
[C] Destructor
[D] Class
497. What is entry point in C#?
[A] Constructor
[B] Main method
[C] Destructor
[D] Class
सही उत्तर: Main method
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Main method
Explanation: Important question.
498. Namespace का use क्या है?
[A] Memory allocation
[B] Code organize करना
[C] Thread create करना
[D] Database connect करना
498. What is use of namespace?
[A] Memory allocation
[B] Code organize
[C] Thread create
[D] Database connect
सही उत्तर: Code organize करना
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Code organize
Explanation: Important question.
499. C# में variable क्या होता है?
[A] Memory location
[B] Class
[C] Function
[D] Object
499. What is a variable in C#?
[A] Memory location
[B] Class
[C] Function
[D] Object
सही उत्तर: Memory location
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Memory location
Explanation: Important question.
500. Data type int क्या दर्शाता है?
[A] Decimal number
[B] Whole number
[C] Character
[D] String
500. What does int represent?
[A] Decimal number
[B] Whole number
[C] Character
[D] String
सही उत्तर: Whole number
व्याख्या: महत्वपूर्ण प्रश्न।
Correct Answer: Whole number
Explanation: Important question.