Answer Posted / sathish kumar
pandit jawaharlal nehru
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Why do some versions of toupper act strangely if given an upper-case letter?
Difference between pass by reference and pass by value?
What is the scope of local variable in c?
Do pointers take up memory?
Can the size of an array be declared at runtime?
What is the difference between āgā and āgā in C?
Write a program to swap two numbers without using third variable?
What is difference between static and global variable in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What are the key features in c programming language?
If I have a char * variable pointing to the name of a function ..
Explain what is #line used for?
What is pragma c?
What is the usage of the pointer in c?