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

Answer Posted / manoj kumar

36

Is This Answer Correct ?    71 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If the size of int data type is two bytes, what is the range of signed int data type?

581


Give differences between - new and malloc() , delete and free() ?

603


Why isnt there a numbered, multi-level break statement to break out

581


Add Two Numbers Without Using the Addition Operator

351


Why main function is special give two reasons?

940






What is pointer to pointer in c language?

590


Why array is used in c?

549


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1115


Explain high-order bytes.

670


regarding pointers concept

1564


How can I invoke another program or command and trap its output?

608


What is the use of parallelize in spark?

570


How variables are declared in c?

567


What are pointers? Why are they used?

627


Which header file is essential for using strcmp function?

932