Where define directive used?
No Answer is Posted For this Question
Be the First to Post Answer
Does c have circular shift operators?
Is fortran still used in 2018?
c program to manipulate x=1+3+5+...+n using recursion
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
how will you write a program on linked lists using JAVA programming???????????
What do you mean by c what are the main characteristics of 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 the difference between declaration and definition of a variable or function ?
Can a file other than a .h file be included with #include?
How can you allocate arrays or structures bigger than 64K?
What is difference between static and global variable in c?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?