main()
{
int i,j,A;
for(A=-1;A<=1;A++)
prinf("%d\t",!!A);
}
Answer Posted / mytri
-1 0 1
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Tell me when would you use a pointer to a function?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Can a variable be both static and volatile in c?
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
how many key words availabel in c a) 28 b) 31 c) 32
How to declare pointer variables?
Explain enumerated types.
What is a stream?
What are register variables? What are the advantage of using register variables?
What is indirection? How many levels of pointers can you have?
What is a static function in c?
How variables are declared in c?
Differentiate between #include<...> and #include '...'
What is build process in c?
What are inbuilt functions in c?