main()
{
int i;
printf("%d", &i)+1;
scanf("%d", i)-1;
}
Answer / abhishek marshetty
Explanation: printf( ) prints address/garbage of i, scanf() dont have & sign, so scans address for i +1, -1 dont have any effect on code.
| Is This Answer Correct ? | 11 Yes | 0 No |
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Write a program to print "hello world" without using a semicolon?
Write a code of a general series where the next element is the sum of last k terms.
Write a program in C to convert date displayed in gregorian to julian date
What is pass by value in c?
find largest of 3 no
How to draw the flowchart for structure programs?
What is the condition that is applied with ?: Operator?
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Is it acceptable to declare/define a variable in a c header?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....