#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 / vinod kumar
warning: assignment makes integer from pointer without a cast
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is a volatile keyword in c?
How main function is called in c?
Where register variables are stored in c?
What is getch () for?
What is 2c dna?
what is bit rate & baud rate? plz give wave forms
I need testPalindrome and removeSpace
#include
What is function pointer c?
Which is more efficient, a switch statement or an if else chain?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Write a program to print fibonacci series using recursion?
What is the difference between a string and an array?
What is operator precedence?
What is a protocol in c?