ਫੰਕਸ਼ਨ ਡਿਕਲੇਰੇਸ਼ਨ .......... ਨਾਲ ਸਮਾਪਤ ਹੁੰਦੀ ਹੈ? Function declaration ends with .........?फ़ंक्शन की घोषणा .......... से समाप्त होती है? *
ਸੈਮੀਕਾਲਨ (;)/ Semicolon/सेमीकोलन
ਕਾਲਨ (:) /Colon/कोलोन
ਹਾੲਫਿਨ (-) /Hyphen/हाईफिन
ਉਪਰੋਕਤ ਸਾਰੇ ਹੀ /All of the above/ऊपर के सभी
12. ਫੰਕਸ਼ਨ strcmp("Abcd","ABCD") ਕੀ ਮੌੜੇਗਾ? The function strcmp("Abcd","ABCD") will return......?फ़ंक्शन strcmp("Abcd","ABCD") क्या लौटाएगा? *
-1
0
1
ਇਹਨਾਂ ਵਿੱਚੋਂ ਕੋਈ ਨਹੀਂ /None of These/इनमें से कोई नहीं
13. ਜੇਕਰ ਫੰਕਸ਼ਨ strcat(s1,s2) ਲਾਗੂ ਹੁੰਦਾ ਹੈ ਤਦ concatenate ਕੀ ਵਾਪਸ ਕਰੇਗਾ? If function strcat(s1,s2) is implemented then the concatenate will return ......?यदि फ़ंक्शन strcat(s1, s2) को लागू किया जाता है तो अवतल वापसी क्या होगी? *
s2 at the end of s2
s2 at the end of s1
s1 at the end of s2
s2 at the start of s1
14. ਇੱਕ ਸਟਰਿੰਗ ਨੂੰ ਐਰੇ ਦੇ ਚਿੰਨ੍ਹਾਂ ਨਾਲ ਦਰਸਾਇਆ ਜਾਂਦਾ ਹੈ?A string is represented as array of characters? एक स्ट्रिंग का प्रतिनिधित्व ऐरै के चिन्हो द्वारा किया जाता है? *
ਸਹੀ /True/सही
ਗਲਤ /False/गलत
15. LAN ਦਾ ਕੀ ਮਤਲਬ ਹੈ ? LAN is defined as?LAN का क्या अर्थ है? *
ਲੋਕਲ ਏਰੀਆ ਨੈੱਟਵਰਕ /Local Area Network/लोकल एरिया नेटवर्क
ਲੌਜੀਕਲ ਏਰੀਆ ਨੈੱਟਵਰਕ /Logical area Network/लॉजिकल एरिया नेटवर्क
ਲਿੰਕ ਏਰੀਆ ਨੈੱਟਵਰਕ/Link Area Network/लिंक एरिया नेटवर्क
ਇਹਨਾਂ ਵਿੱਚੋਂ ਕੋਈ ਨਹੀਂ /None of These/इनमें से कोई नहीं
16. ਸਟਰਿੰਗ ਲਾਈਬ੍ਰੇਰੀ ਫੰਕਸ਼ਨਾਂ ਦੀ ਵਰਤੋ ਕਰਨ ਲਈ ਅਸੀਂ ਆਪਣੇ ਪ੍ਰੋਗਰਾਮ ਵਿੱਚ string.h ਹੈਡਰ ਫਾਈਲ ਦਾ ਇਸਤੇਮਾਲ ਕਰਦੇ ਹਾਂ? To use string library functions, we include string.h header file in our program?क्या हम स्ट्रिंग लाइब्रेरी फंक्शनज तक पहुंचने के लिए अपने प्रोग्राम में string.h हेडर फ़ाइल का उपयोग करते हैं? *
ਸਹੀ /True/सही
ਗਲਤ /False/गलत
17. stdio.h ਦਾ ਪੂਰਾ ਨਾਮ ਕੀ ਹੈ? stdio.h is abbreviated as.........?Stdio.h का पूर्ण रूप क्या है? *
Standard Input Output Header File/ਸਟੈਂਡਰਡ ਇਨਪੁੱਟ ਆਉਟਪੁੱਟ ਹੈਡਰ ਫਾਈਲ/स्टैंडर्ड इनपुट आउटपुट हेडर फ़ाइल
Standard Input Output File/ਸਟੈਂਡਰਡ ਇਨਪੁੱਟ ਹੈਡਰ ਫਾਈਲ/स्टैंडर्ड इनपुट आउटपुट फ़ाइल
Standard Input File/ਸਟੈਂਡਰਡ ਇਨਪੁੱਟ ਫਾਈਲ/स्टैंडर्ड इनपुट फ़ाइल
Standard Output Header File/ਸਟੈਂਡਰਡ ਆਉਟਪੁੱਟ ਹੈਡਰ ਫਾਈਲ/स्टैंडर्ड आउटपुट हेडर फ़ाइल
18. ਸੀ ਭਾਸ਼ਾ ਕਿਸ ਨੇ ਤਿਆਰ ਕੀਤੀ ਸੀ? C Language is developed by............? सी भाषा का विकास किसने किया? *
ਇਡਵਾਰਡ ਹੈਨਰੀ /Edward Hennary/एडवर्ड हेनरी
ਸ਼੍ਰੀਨਿਵਾਸਨ /Sri Nivasan/श्रीनिवासन
ਡੈਨਿਸ ਰਿਚੀ /Dennis Ritche/डेनिस रिची
ਐਲਬਰਟ ਰਿਚੀ /Albert Ritche/अल्बर्ट रिची
19. ਇੱਕ ਫੰਕਸ਼ਨ ਦੇ ਵਿੱਚ ਇਕ ਤੋਂ ਵੱਧ ਰਿਟਰਨ ਸਟੈਟਮੈਂਟ ਹੋ ਸਕਦੀਆਂ ਹਨ? Is it possible that a function have more than one return statements?क्या एक फ़ंक्शन में एक से अधिक रिटर्न स्टेटमेंट हो सकते हैं? *
ਸਹੀ /True/सही
ਗਲਤ /False/गलत
20. ............. ਅਤੇ .............. ਡਾਕੂਮੈਂਟ ਪ੍ਰਿੰਟ ਕਰਨ ਦੇ ਆਮ ਤਰੀਕੇ ਹਨ? ................ and ................. are two common printing techniques?............. और .............. दस्तावेजों को प्रिंट करने के सामान्य तरीके हैं? *
ਲੇਜਰ ਪ੍ਰਿਟਿੰਗ /Laser Printing/लेजर प्रिंटिंग
ਆਫ- ਸੈੱਟ ਪ੍ਰਿਟਿੰਗ /Offset Printing/ऑफसेट प्रिंटिंग
ਦੋਨੋ ਹੀ /Both a & b/दोनों
ਇਹਨਾਂ ਵਿਚੋਂ ਕੋਈ ਨਹੀਂ /None of these/इनमें से कोई नहीं
Answers
Answered by
7
Answer:
- 11 Ka all of above
- 12 Ka 0
- 13 Ka S2 at end s
- 14 Ka True
Hope this helpful
Explanation:
PLZ mark as brainliest Ans please please please please please
Answered by
17
Answer:
1) call by value
2) none of these
3) o
4) null character
5)int
6) strrev
7) binary
8) what you is what you get
9) console input output header
10) all off above
11) semicolon
12) none
13) s2 at the end of s2
14 )true
15) none
16) false
17) standard input output file
18)dennis ritche
19) true
20) none
mark me brainlist and thanks these is all correct answer pas test questions
Explanation:
7)
Similar questions