difference between object file and executable file
No Answer is Posted For this Question
Be the First to Post Answer
What does void main () mean?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
What is the difference between new and malloc functions?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }
why java is called as a purely oops language.
What is c preprocessor mean?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
what are the compilation steps? ( i want inside the compiler )
write a program to add two numbers of any size.....(remember any size)