what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / nish
JUST ANOTHER VIRTUAL ARCHITECTURE
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
please give me some tips for the placement in the TCS.
Where can I get an ansi-compatible lint?
Is multithreading possible in c?
how can f be used for both float and double arguments in printf? Are not they different types?
How do you write a program which produces its own source code as output?
What is the best way to store flag values in a program?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Explain how do you determine a file’s attributes?
what is the format specifier for printing a pointer value?
What is array in c with example?
What is #include called?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Can a file other than a .h file be included with #include?
c program to compute AREA under integral