which of the following is allowed in a "C" arithematic instruction
a) []
b) {}
c) ()
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
What do you mean by scope of a variable in c?
Explain how can a program be made to print the name of a source file where an error occurs?
1 232 34543 4567654 can anyone tell me how to slove this c question
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
When should the volatile modifier be used?
What is sparse file?
Which is best linux os?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
Explain the properties of union. What is the size of a union variable
What is a pointer in c plus plus?
What are macros in C?