In C, which function is best to read an integer and validate success count A printf with %d B gets
Continue readingAuthor: Study Clue
Chapter 20: Programming Languages Overview (Set-8)
In C, which type is guaranteed to hold address values portably A long float B signed short C char byte
Continue readingChapter 20: Programming Languages Overview (Set-7)
In C, which symbol starts a single-line comment in C99 style A // B # C /* D — Explanation
Continue readingChapter 20: Programming Languages Overview (Set-6)
In C, which symbol ends most statements in a program A : B ; C , D . Explanation In
Continue readingChapter 20: Programming Languages Overview (Set-5)
In C, when passing int a[10] to a function, what is actually passed A Entire array copy B Last element
Continue readingChapter 20: Programming Languages Overview (Set-4)
In C, which statement about scanf is most correct A Returns read count B Returns string only C Returns address
Continue readingChapter 20: Programming Languages Overview (Set-3)
In C, which integer type modifier increases positive range only A long double B short float C signed char D
Continue readingChapter 20: Programming Languages Overview (Set-2)
In C, which item is an identifier token in code A while B + C sum D 100 Explanation In
Continue readingChapter 20: Programming Languages Overview (Set-1)
In C, which item is a token type used in programs A Compiler phase B Linker symbol C Lexical unit
Continue readingChapter 19: Programming Fundamentals and OOP Concepts (Set-10)
In many languages, why can checking x == 0 before 10/x prevent a runtime crash A Speeds up compiler B
Continue reading