What is the difference between far and near ?
No Answer is Posted For this Question
Be the First to Post Answer
Explain #pragma in C.
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
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
Where is c used?
Is c call by value?
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,
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Is null equal to 0 in sql?
What is a const pointer, and how does it differ from a pointer to a const?
What is 02d in c?
Why is it that not all header files are declared in every C program?
What are the key features in c programming language?