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

Answer Posted / pallavi

pgm is wrong coz, main ws supposed to hav () and } is
missing at the end

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the benefits of c language?

641


What does c mean?

585


Does * p ++ increment p or what it points to?

609


Can you assign a different address to an array tag?

695


What are Macros? What are its advantages and disadvantages?

638






Can variables be declared anywhere in c?

614


What does it mean when the linker says that _end is undefined?

625


How can my program discover the complete pathname to the executable from which it was invoked?

658


How can I manipulate individual bits?

604


write a proram to reverse the string using switch case?

2461


How do I use strcmp?

633


Does sprintf put null character?

595


What are types of preprocessor in c?

613


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1722


What is define directive?

634