How can you invoke another program from within a C program?
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All
3 Answers Accenture, Digg.com,
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
what is a c-language.what is do.
different between overloading and overriding
What is the use of a ‘’ character?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
Are there any problems with performing mathematical operations on different variable types?
write an algorithm and c program to add two 2x2 matrics
how to swap 2 numbers within a single statement?
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
What is a good way to implement complex numbers in c?
What is line in c preprocessor?