2.main
{
int x,j,k;
j=k=6;x=2;
x=j*k;
printf("%d", x);
Answer Posted / guest
x=1
| Is This Answer Correct ? | 18 Yes | 20 No |
Post New Answer View All Answers
Explain how can you determine the size of an allocated portion of memory?
Which header file is used for clrscr?
Are there constructors in c?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Write a program to print factorial of given number using recursion?
What is a void * in c?
What are pointers? What are stacks and queues?
What is d'n in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
How to find a missed value, if you want to store 100 values in a 99 sized array?
Is it acceptable to declare/define a variable in a c header?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
find out largest elemant of diagonalmatrix
What is the difference between declaring a variable and defining a variable?
Why is c platform dependent?