what is the answer for it
main()
{
int i;
clrscr();
printf("%d",&i)+1;
scanf("%d",i)-1;
}
Answers were Sorted based on User's Feedback
Answer / deepshree sinha
any garbage value of i because the value of i is not
initialised.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is function and its example?
What is the concatenation operator?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
How we can set and clear bit in a byte using macro function?
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
Do you know pointer in c?
Can you define which header file to include at compile time?
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
what is difference between declaring the pointer as int and char in c language?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
Can you please explain the difference between malloc() and calloc() function?
What is d scanf?