Can we use any name in place of argv and argc as command line arguments?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
How to set file pointer to beginning c?
Which node is more powerful and can handle local information processing or graphics processing?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
Can a file other than a .h file be included with #include?
How many types of sorting are there in c?
Are local variables initialized to zero by default in c?
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
What is encapsulation?
How can I automatically locate a programs configuration files in the same directory as the executable?
Should a function contain a return statement if it does not return a value?
Can we declare function inside main?