How do I create a directory? How do I remove a directory (and its contents)?
No Answer is Posted For this Question
Be the First to Post Answer
what are the stoge class in C and tel the scope and life time of it?
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
Write a C program in Fibonacci series.
Explain how can you restore a redirected standard stream?
What is variable and explain rules to declare variable in c?
Famous puzzles which are generally asked by companies during interviews ?
What is meant by preprocessor in c?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
What is the difference between break and continue?
Why doesnt this code work?
what different between c and c++
What is meant by global static? why we have to use static variable instead of Global variable