#include<stdio.h>
void main()
{
char *str;
long unsigned int add;
str="Hello C";
add=&str[0];
printf("%c",add);
}
What is the output?
Answer Posted / manish122
Error:- Non Portable Pointer Conversion.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
The file stdio.h, what does it contain?
Explain the difference between exit() and _exit() function?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
`write a program to display the recomended action depends on a color of trafic light using nested if statments
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Why is struct padding needed?
Is c procedural or functional?
What are the different types of objects used in c?
largest Of three Number using without if condition?
Why c is called object oriented language?
What is floating point constants?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What are register variables? What are the advantage of using register variables?
find out largest elemant of diagonalmatrix
What is the concatenation operator?