Answer Posted / dhakar123
Key word is a C-Tokens which is specify meaning.
| Is This Answer Correct ? | 33 Yes | 4 No |
Post New Answer View All Answers
What is meant by recursion?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is 2 d array in c?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Explain what is the difference between a string and an array?
What does c value mean?
What are register variables in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Why is event driven programming or procedural programming, better within specific scenario?
How can a process change an environment variable in its caller?
How can I pad a string to a known length?
what are the facialities provided by you after the selection of the student.
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is the difference between near, far and huge pointers?