Why isnt any of this standardized in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a far pointer in c?
main() { float a=3.2e40; printf("%d",a); }
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
What are the features of c language?
Do you know null pointer?
Study the Following Points: 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 1. 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
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
write a proram to reverse the string using switch case?
Do you know what are the properties of union in c?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
what is meant by flushll() in c programming?
Where can I get an ansi-compatible lint?