-
-
-
-
-
-
-
-
-
-
-
-
Datatypes Justify Output
#includevoid main(){ float a=0.7; if(a
-
Where is the function declared as static stored in memory?
The usage of static with a function or variable restricts their scope.Is this behaviour memory related?
-
Fflush() argument in ANSI C
Identify the correct argument for the function call fflush() in ANSI C:A)stdoutB)stdinC)stderrD)All the above
-
Increment Operator
Explain why p++ is faster than p+1?
-
Find address of variable
How to find the address of a variable which is declared as long double?
Difference between reference and pointer?
What is difference between reference and pointer or pass by reference and pass by pointer?
Hello World
Write a program in C to display output as "hello world" without using semicolon(;)?
Fflush() in Multiple Scanf calls
What is the requirment of using fflush() in multiple scanf calls.
Maximum combined length of command line arguments in C
What is the maximum length of command line arguments including space between adjacent arguments ?
Ans