What are the back slash character constants or escape sequence charactersavailable in c?
No Answer is Posted For this Question
Be the First to Post Answer
difference of two no's with out using - operator
where does malloc() function get the memory?
Code for calculating square root without using library function, of math.h
Can one function call another?
please give me some tips for the placement in the TCS.
write a C code To reverse a linked list
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
What is d'n in c?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
How can type-insensitive macros be created?
which one is highest Priority in c? a)=,b)+,c)++,d)==