Why cant I open a file by its explicit path?
No Answer is Posted For this Question
Be the First to Post Answer
What is variable in c example?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
c program to add and delete an element from circular queue using array
How does #define work?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
What is array of pointers to string?
Can you define which header file to include at compile time?
What is the difference function call by value & function call by reference?
What are comments and how do you insert it in a C program?
what is the difference between #include<stdio.h> and #include"stdio.h" ?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Why should I use standard library functions instead of writing my own?