Question66:-This of the following is not a valid type modifier in C.
A:-Signed
B:-Byte
C:-Long long
D:-None of the above
Correct Answer:- Option-B
Question67:-What will be the value of b in following code segment.
#include
int main()
{
int b = printf("Message");
printf("%d", b);
return 0;
ர்
A:-14
B:-1
C:-7
D:-Compilation error
Correct Answer:- Option-C
Question68:-The data type which does not .... See more