Explain the term printf() and scanf() used in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate prime factors of a given integer?
c program to manipulate x=1!+2!+3!+...+n! using recursion
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
Explain the concept and use of type void.
What is a MAC Address?
related proverb of "dont count your chicken before it hatches"
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
Explain how can I remove the trailing spaces from a string?
Are comments included during the compilation stage and placed in the EXE file as well?
How to delete a node from linked list w/o using collectons?