please give me some tips for the placement in the TCS.
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of constants?
what is diognisis?
Difference between pass by reference and pass by value?
What is external variable in c?
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
main() { printf(5+"Vidyarthi Computers"); }
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
Give the rules for variable declaration?
How can I access memory located at a certain address?
Explain why c is faster than c++?
How do I round numbers?