What is preprocessor with example?
No Answer is Posted For this Question
Be the First to Post Answer
Disadvantages of C language.
Why doesnt this code work?
what is the difference between const volatile int i & volatile const int j;
What is the best way to comment out a section of code that contains comments?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
what is c language?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What is difference between union and structure in c?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b