I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
No Answer is Posted For this Question
Be the First to Post Answer
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
Why do we use header files in c?
What is the purpose of ftell?
What is an arrays?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
what is the disadvantage of using macros?
How can you invoke another program from within a C program?
Explain what is the general form of a c program?
Write a program to generate prime factors of a given integer?
Wt are the Buses in C Language
What is the difference between union and anonymous union?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.