int num;
integer num;
num int;
num integer;
print("Hello World");
echo("Hello World");
printf("Hello World");
None of these
What is the output of the following code:
int x = 5;
printf("%d", x++);
4
5
6
Undefined
final
constant
const
static
1
2
8
*
&
%
#
Depends on the system
for loop
while loop
do-while loop
None of the above
int ptr;
int *ptr;
int &ptr;
int ptr*;
strlen()
sizeof()
length()
strlength()
getchar()
gets()
cin.get()
scanf()
none of the above
auto
register
extern
volatile