Which modules is not part of C programming?
کون سا ماڈیول سی پروگرامنگ کا حصہ نہیں ہے؟
- Editor
- Linker
- Converter
- Compiler
Explanation
- Converter — not a standard module in C programming; there is no such step in the C compilation process
Additional information
- Editor — used to write C code (source file)
- Linker — combines object files into an executable
- Compiler — converts C source code into object code (machine language)
Last updated 24-07-2026 by NA
Related MCQs
- Cannot be determined
- Data inadequate
- Both A and B
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
کمپیوٹرز کے درمیان ڈیٹا کی منتقلی کس کے ذریعے کی جاتی ہے؟
- Protocol
- Data Bus
- Both A and B
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
کون سا پروگرام کمپیوٹر کے کام کرنے کو سمجھنے اور منظم کرنے میں مدد کرتا ہے؟
- FIFO
- OS
- SS
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
- 2 bytes
- 4 bytes
- 8 bytes
- 16 bytes
اس سوال کو وضاحت کے ساتھ پڑھیں
آپریٹنگ سسٹم میں کون سا شیڈولنگ الگورتھم بھوک کا شکار ہو سکتا ہے کیونکہ چھوٹے عمل کو مسلسل ترجیح دی جاتی ہے؟
- Shortest Job First (SJF)
- First Come, First Served (FCFS)
- Round Robin (RR)
- None of these