Answer Posted / billuyadav208
Dennis Ritchie
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Can two or more operators such as and be combined in a single line of program code?
What is use of bit field?
What is the difference between %d and %i?
What does do in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is the difference between single charater constant and string constant?
What is void main ()?
How do you determine a file’s attributes?
what do you mean by inline function in C?
Which built-in library function can be used to match a patter from the string?
Can we change the value of constant variable in c?
What is main () in c?
What is the size of array float a(10)?
What is a macro?