Input/Output "A4" 1 / 50 getch() किस header में है? math.h stdlib.h stdio.h conio.h 2 / 50 conio.h standard header file है? Partial No Depends Yes 3 / 50 clrscr() का उपयोग? Clear screen Close program Clear memory Clear buffer 4 / 50 getche() क्या करता है? Error Input with display Output Input without display 5 / 50 getch() function किसके लिए है? Input with echo Output File Input without echo 6 / 50 getchar() == EOF condition कब true होती है? End of input Error None Both 7 / 50 puts(NULL) का result? Print NULL Error Blank Undefined behavior 8 / 50 scanf fail होने पर return क्या करता है? 0 -1 Garbage EOF 9 / 50 printf return value का उपयोग कहाँ होता है? Error checking Nowhere File handling Loop 10 / 50 scanf("%s",str); किस तक read करेगा? New line Space EOF Null 11 / 50 printf में \t का उपयोग? Tab space Null Backspace New line 12 / 50 scanf("%3d",&a); का अर्थ? Error Unlimited 3 digit तक input Exactly 3 digit 13 / 50 printf("%05d",10); output? 10 Error 0010 00010 14 / 50 printf("%-5d",10); क्या करेगा? Error Left align Zero fill Right align 15 / 50 printf("%.2f",3.1415); output? 3.1 3.1415 3.14 Error 16 / 50 printf("%5d",10); output? 00010 10 Error ___10 (spaces) 17 / 50 scanf में whitespace skip कौन-सा करता है? Both B & C %s %d %c 18 / 50 scanf("%c",&ch); space input लेने में क्या समस्या? Space skip हो जाता है Depends Space read हो जाता है Error 19 / 50 scanf("%d%d",&a,&b); इसका मतलब? One input Error String input Two integer input 20 / 50 printf("%d"); output क्या होगा? Garbage Blank Error 0 21 / 50 Formatted I/O में क्या होता है? Raw data File pointer Bit level Format specifier 22 / 50 puts() किस प्रकार का I/O है? Binary File Unformatted Formatted 23 / 50 scanf() किस category में आता है? Formatted Binary File Unformatted 24 / 50 getchar() किस प्रकार का I/O है? File Binary Unformatted Formatted 25 / 50 printf() किस प्रकार का I/O है? File Binary Formatted Unformatted 26 / 50 fgets() किस input के लिए है? Character Float String Integer 27 / 50 puts() automatically क्या add करता है? Space Tab Null New line 28 / 50 puts() function क्या करता है? String output Integer output Character output String input 29 / 50 gets() की जगह क्या use करना चाहिए? putchar fgets getchar scanf 30 / 50 gets() function क्यों unsafe माना जाता है? Deprecated नहीं है Syntax error Buffer overflow हो सकता है Slow है 31 / 50 getchar() किस header file में है? conio.h stdlib.h math.h stdio.h 32 / 50 EOF का full form? End of Function Error of File Exit of File End of File 33 / 50 getchar() return क्या करता है? Character ASCII value EOF All of these 34 / 50 putchar() का उपयोग? Character input String input String output Character output 35 / 50 getchar() किस प्रकार का function है? Both File Input Output 36 / 50 New line के लिए escape sequence? t n b 37 / 50 String print करने का format specifier? %c %d %f %s 38 / 50 Double के लिए सही format specifier? %f %d %ld %lf 39 / 50 Float print करने का format specifier? %lf %f %c %d 40 / 50 Integer print करने का format specifier? %d %s %f %c 41 / 50 scanf() में char input के लिए format specifier? %s %d %f %c 42 / 50 सही scanf statement कौन-सा है? scanf("%d", a); scanf("%d", *a); scanf("%d", &&a); scanf("%d", &a); 43 / 50 scanf("%d", a); यह कैसा statement है? Compile time error Warning Runtime error Correct 44 / 50 scanf() में & क्यों लगाया जाता है? Value देने के लिए Speed बढ़ाने के लिए Address देने के लिए Syntax rule 45 / 50 scanf() return क्या करता है? Error Successfully read items count Characters count Input value 46 / 50 printf() function return क्या करता है? Characters की संख्या Garbage Error code 0 47 / 50 printf() function return क्या करता है? Characters की संख्या 0 Error code Garbage 48 / 50 scanf() function का उपयोग किस लिए होता है? Input Memory allocation File handling Output 49 / 50 printf() function किस header file में defined है? math.h stdio.h conio.h stdlib.h 50 / 50 Standard output device कौन-सा है? Keyboard Plotter Monitor Printer Your score isThe average score is 0% 0% Restart quiz