Answer Posted / ganesh k
C programming is a procedure oriented programming language
which is restricted in parameters like data security (as it
uses file system for storage), transparence and integrity.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the use of volatile?
Do array subscripts always start with zero?
What is abstract data structure in c?
Differentiate between null and void pointers.
What is the difference between if else and switchstatement
What is the purpose of 'register' keyword?
Linked lists -- can you tell me how to check whether a linked list is circular?
Why is event driven programming or procedural programming, better within specific scenario?
Is c compiled or interpreted?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is the purpose of the preprocessor directive error?
Why is it important to memset a variable, immediately after allocating memory to it ?
How can you increase the allowable number of simultaneously open files?
Explain the priority queues?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.