Is register a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are the __date__ and __time__ preprocessor commands?
What is huge pointer in c?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
Is it valid to address one element beyond the end of an array?
if p is a string contained in a string?
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
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
What is the difference between printf and scanf )?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What are dangling pointers? How are dangling pointers different from memory leaks?
What is volatile in c language?
What are predefined functions in c?