main()
{
int a;
a=++100;
printf("%d",a);
getch();
}
Answer Posted / shar
Error, LValue required
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is operator precedence?
What is string length in c?
What is selection sort in c?
What is context in c?
Why we use stdio h in c?
Write a program to print numbers from 1 to 100 without using loop in c?
int far *near * p; means
What is the best way of making my program efficient?
write a c program in such a way that if we enter the today date the output should be next day's date.
Are c and c++ the same?
write a c program for swapping two strings using pointer
explain what is fifo?
What are Macros? What are its advantages and disadvantages?
What are the uses of a pointer?