C Programming The type of the controlling expression of a switch statement cannot be of the type ........ long float int short char long float int short char ANSWER DOWNLOAD EXAMIANS APP
C Programming Which of the following correctly accesses the seventh element stored in arr, an array with 100 elements? arr[6] arr{6} None of these arr{7} arr[7] arr[6] arr{6} None of these arr{7} arr[7] ANSWER DOWNLOAD EXAMIANS APP
C Programming Which one of the following is not a valid identifier? examians1 1examians exam_veda _examians examians1 1examians exam_veda _examians ANSWER DOWNLOAD EXAMIANS APP
C Programming The output of the following program is:#define f(g,g2) g##g2void main(){ int var12=100; printf("%d", f(var,12));} 100 Runtime error 10012 g##g2 Syntax error 100 Runtime error 10012 g##g2 Syntax error ANSWER DOWNLOAD EXAMIANS APP
C Programming C programs are converted into machine language with the help of A compiler None of these. An operating system An Editor A compiler None of these. An operating system An Editor ANSWER DOWNLOAD EXAMIANS APP
C Programming If the two strings are identical, then strcmp() function returns -1 0 true None of these 1 -1 0 true None of these 1 ANSWER DOWNLOAD EXAMIANS APP