Is c still relevant?
No Answer is Posted For this Question
Be the First to Post Answer
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
Why string is used in c?
Can we compile a program without main() function?
How do I access command-line arguments?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
What is s in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
When would you use a pointer to a function?
How to throw some light on the b tree?
What does the error message "DGROUP exceeds 64K" mean?
write the program for maximum of the following numbers? 122,198,290,71,143,325,98