What is the general form of #line preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What are the different types of constants?
Why header files are used?
what is computer engg
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
why java is called as a purely oops language.
Tell us bitwise shift operators?
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,
Is it fine to write void main () or main () in c?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
Explain what is a const pointer?