Answer Posted / hinali lukhi
C is case sensitive language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is wrong with this program statement?
Should I learn c before c++?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Explain how can type-insensitive macros be created?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is the process to create increment and decrement stamen in c?
What is the use of sizeof?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is chain pointer in c?
What is a macro?
Is null valid for pointers to functions?
What is character constants?
Do array subscripts always start with zero?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Why is it usually a bad idea to use gets()? Suggest a workaround.