Answer Posted / hon prajakta
ASCII stands for American Standard Code for Information Interchange.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ambagious result in C? explain with an example.
What are the advantages of using new operator as compared to the function malloc ()?
Is c is a procedural language?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is c language in simple words?
What is typedef struct in c?
If I have a char * variable pointing to the name of a function ..
What is bash c?
Explain the difference between the local variable and global variable in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is meant by initialization and how we initialize a variable?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is difference between Structure and Unions?
write a program fibonacci series and palindrome program in c