Explain how do you view the path?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between char * const and const char *?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
what are the stages of compilation
Is javascript written in c?
What is array of pointers to string?
2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program
What is the use of header files?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
Is stack a keyword in c?
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.