C Programming and Technical Programming Output

What is the output and why?
#include
int main(){
int i=(char)65;
printf("%d %c %f %d",i,i,i,i);
return 0;
}

Read Solution (Total 6)

C Other Question

A no is palindrome if it equal to the no formed by reversing its decimal reapesent no.
Input you need to fill in a function which takes two
Input: Input1-length of array,
1<=input1<=100 input2-an array of +ve integer
output: set output1[i], 0<=i=<:input1, to "Palindrome" otherwise set it to "not"
eg: input: 2{101,12}
output:{Palindrome, Not}
[1] void pointer(void*)
[2] NULL pointer
[3] integer pointer(int *)
[4] Specific pointer according to the memory
allocated for specific type