main()
{
int i,j,A;
for(A=-1;A<=1;A++)
prinf("%d\t",!!A);
}
Answer Posted / vignesh1988i
1 0 1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is scope of variable in c?
What are the various types of control structures in programming?
Write the syntax and purpose of a switch statement in C.
Explain how do you determine whether to use a stream function or a low-level function?
What is the purpose of type declarations?
Explain how do you sort filenames in a directory?
What does s c mean on snapchat?
Explain built-in function?
What is function in c with example?
What is linear search?
What do you mean by command line argument?
Is null always defined as 0(zero)?
what is uses of .net
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What are Macros? What are its advantages and disadvantages?