An instruction which is analysed and acted upon by the processor prior to the compiler going its work
a) directive
b) constructive
c) constant
d) absolute mode
No Answer is Posted For this Question
Be the First to Post Answer
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
How can I trap or ignore keyboard interrupts like control-c?
Difference between null pointer and dangling pointer?
write a program to display the frequency of each element in a given array in c language
What is the meaning of && in c?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
What is the difference between fread and fwrite function?
What is the meaning When we write "#include" what is # and what does include does there???
int far *near * p; means
Can you write the function prototype, definition and mention the other requirements.