2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);

Answer Posted / kadamab

36

Is This Answer Correct ?    15 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is graph in c?

575


Explain two-dimensional array.

615


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

717


What are types of functions?

553


What is calloc() function?

614






What are extern variables in c?

538


Explain why can’t constant values be used to define an array’s initial size?

844


Are bit fields portable?

666


Explain how do you list files in a directory?

606


explain what is fifo?

625


Can we access the array using a pointer in c language?

553


Explain what is #line used for?

599


What is binary tree in c?

617


What is a program flowchart?

592


Can you apply link and association interchangeably?

661