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
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is a structure in c language. how to initialise a structure in c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is gets() function?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Explain about the constants which help in debugging?
What are the 5 organizational structures?
How do we print only part of a string in c?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What is #include called?
Is it possible to execute code even after the program exits the main() function?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?