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 is main () in c language?
Which is better malloc or calloc?
How can we see the Expanded source code and compiled code for our source program in C?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
whitch value return void main?
can you change name of main()?how?
Explain what is meant by high-order and low-order bytes?
How can I write a function that takes a format string and a variable number of arguments?
Without Computer networks, Computers will be half the use. Comment.
wite a programme in c to linear search a data using flag and without using flags?
How do I access command-line arguments?