Highest voted questions

+1 vote
    How many operators are there under the category of ternary operators in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is reminder for 5.0 % 2 in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Is FILE a built-in data type in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Where the address of operator (&) cannot be used in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Describe the file opening mode “w+” in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the purpose of built-in stricmp() function in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What are the different ways of passing parameters to the functions in C Programming? Which to use when?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What are command line arguments in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What are bit fields in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    When to user -> (arrow) operator in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Does a break is required by default case in switch statement in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Explain the use of %i format specifier w.r.t scanf() in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is a preprocessor in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is a token in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Explain modular programming in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Does a built-in header file contains built-in function definition in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is a self-referential structure in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the difference between variable declaration and variable definition in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is a nested structure in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Where an automatic variable is stored in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the advantage of declaring void pointers in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Can a program be compiled without main() function in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the difference between actual and formal parameters in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is lvalue and rvalue in C- Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the purpose of the keyword typedef in C Progamming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is a dangling pointer in C Porgamming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    When should we use the register storage specifier?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the meaning of base address of the array in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Explain the purpose of the function sprintf() in C- Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the purpose of extern storage specifier in C- Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
...