who is the father of C Language?
Answers were Sorted based on User's Feedback
What's the difference between constant char *p and char * constant p?
Explain the priority queues?
Can the curly brackets { } be used to enclose a single line of code?
What is the difference between strcpy() and memcpy() function in c programming?
Explain bit masking in c?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
Add 2 64 bit numbers on a 32 bit machine
3 Answers EMC, Hyderabad Central University, NetApp,
what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?
Is main is a keyword in c?
How is null defined in c?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
main() { printf(5+"Vidyarthi Computers"); }