who is the founder of c
Answer Posted / tacit girl
Dennis Ritchie in 1972 @ AT & T's bell LAboratories...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why is it important to memset a variable, immediately after allocating memory to it ?
What are categories used for in c?
What is the scope of local variable in c?
What is the use of static variable in c?
What are pointers really good for, anyway?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What are the data types present in c?
What are the disadvantages of c language?
Describe dynamic data structure in c programming language?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Can we access array using pointer in c language?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What is clrscr in c?
Can you please explain the difference between exit() and _exit() function?