main()
{
int a[10];
printf("%d",*a+1-*a+3);
}

Answer Posted / prashant agarwal

this is give an compilation error

Is This Answer Correct ?    4 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1203


Explain how can I prevent another program from modifying part of a file that I am modifying?

627


What does double pointer mean in c?

566


What are 'near' and 'far' pointers?

605


What are conditional operators in C?

614






how to find anagram without using string functions using only loops in c programming

2706


What are logical errors and how does it differ from syntax errors?

641


code for quick sort?

1605


Write a program to implement queue.

652


What is a pointer and how it is initialized?

593


Differentiate between the = symbol and == symbol?

698


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1450


What are loops in c?

538


What is const and volatile in c?

557


Explain what is the difference between a free-standing and a hosted environment?

623