Answer Posted / manishknp2005
i think it is semicolon(;).
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
What are different types of operators?
How do I determine whether a character is numeric, alphabetic, and so on?
what do you mean by inline function in C?
Explain threaded binary trees?
What is the difference between far and near in c?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Difference between constant pointer and pointer to a constant.
Write a code of a general series where the next element is the sum of last k terms.
What is the use of pragma in embedded c?
What are the basic data types associated with c?
Difference between malloc() and calloc() function?
Which built-in library function can be used to match a patter from the string?
What is an expression?
Can we add pointers together?
How do you view the path?