C Programming If ASCII value of 'x' is 120, then what is the value of the H, ifH = ('x' – 'w' ) / 3; 1 2 0 3 1 2 0 3 ANSWER DOWNLOAD EXAMIANS APP
C Programming When a function is recursively called all the automatic variables are stored in a .......... Array Queue Register Stack Linked list Array Queue Register Stack Linked list ANSWER DOWNLOAD EXAMIANS APP
C Programming Who is father of C Language? James Bjarne Stroustrup Gosling Dr. F. Codd Dennis Ritchie James Bjarne Stroustrup Gosling Dr. F. Codd Dennis Ritchie ANSWER DOWNLOAD EXAMIANS APP
C Programming Choose the correct statement.I. The scope of a macro definition need not be the entire program.II. The scope of a macro definition extends from the point of definition to the end of the file.III. New line is a macro definition delimiter.IV. A macro definition may go beyond a line. I, II and III II and III II, III and IV I and II I, II, III and IV I, II and III II and III II, III and IV I and II I, II, III and IV ANSWER DOWNLOAD EXAMIANS APP
C Programming Functions have .......... Block scope Function scope No scope at all File scope Local scope Block scope Function scope No scope at all File scope Local scope ANSWER DOWNLOAD EXAMIANS APP
C Programming The recursive functions are executed in a ........... First In First Out order Last In First Out order Iterative order Random order Parallel order First In First Out order Last In First Out order Iterative order Random order Parallel order ANSWER DOWNLOAD EXAMIANS APP