Is c functional or procedural?
Answer / baskar p
C is called a Procedural language because step by step implementation takes place.
Is This Answer Correct ? | 0 Yes | 0 No |
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
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
What are the types of operators in c?
What are c identifiers?
What are the types of macro formats?
What are preprocessor directives?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
What is structure packing ?
What is the full form of getch?
How can I increase the allowable number of simultaneously open files?
When was c language developed?