#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 / praveen
Error.Non-Portable pointer assignment in function main
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are pointers integers in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Do you know pointer in c?
What is 2 d array in c?
Explain the ternary tree?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Is swift based on c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Is a house a shell structure?
Why c is called free form language?
What is difference between structure and union in c?
how we can make 3d venturing graphics on outer interface
What happens if header file is included twice?
What are the types of functions in c?