Answer Posted / siva
In general view, noone is invented by c.
In a language view,c++ is invented by c.
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
What are global variables and explain how do you declare them?
How can I ensure that integer arithmetic doesnt overflow?
Tell me when is a void pointer used?
Can you pass an entire structure to functions?
What is a static function in c?
What is volatile variable in c with example?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is calloc in c?
Write the syntax and purpose of a switch statement in C.
How do c compilers work?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What are categories used for in c?
Why c is a procedural language?
Why functions are used in c?