main()
{
int a;
a=++100;
printf("%d",a);
getch();
}

Answer Posted / vennila

error, a value should be initialised

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are formal parameters?

660


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1661


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1529


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

634


How does free() know explain how much memory to release?

621






What is a shell structure examples?

590


What are the header files used in c language?

589


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

583


can any one provide me the notes of data structure for ignou cs-62 paper

1706


What are the two forms of #include directive?

644


Is it possible to pass an entire structure to functions?

559


What is the benefit of using const for declaring constants?

588


What is a static variable in c?

667


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1120


Calculate 1*2*3*____*n using recursive function??

1517