1. The number of tokens in the following C statement. printf("i = %d, &i = %x", i, &i); is Options: (a) 3 (b) 26 (c) 10 (d) 21 An…
Read morea variable is the name of memory block,whose worth can be changed at anytime(runtime),we can pronounce a variable by utilizing following syntax: [sto…
Read moreProgram to Check Prime Number # include <stdio.h> int main () { int n, i, flag = 0 ; printf ( "Enter a positive integer: " )…
Read more1. What is right way to Initialize array? A. int num[6] = { 2, 4, 12, 5, 45, 5 }; B. int n{} = { 2, 4, 12, 5, 45, 5 }; C. int n{6} = { 2, 4, 12…
Read more
Social Plugin