what is different between auto and local static? why should we use local static?
No Answer is Posted For this Question
Be the First to Post Answer
I heard that you have to include stdio.h before calling printf. Why?
ATM machine and railway reservation class/object diagram
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
What are the differences between Structures and Arrays?
A program to allow an input operand and operator from the operator and read on the display and output operand.
Write a program to compute the following 1!+2!+...n!
What does main () mean in c?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
how to implement stack work as a queue?
Under what circumstances does a name clash occur?
What is null pointer in c?