Answer Posted / avinash
C IS A PROGRAMMING LANGUAGE.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is getch() function?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Difference between constant pointer and pointer to a constant.
how to write optimum code to divide a 50 digit number with a 25 digit number??
What are the 4 types of functions?
What is void pointers in c?
write a programming in c to find the sum of all elements in an array through function.
What are high level languages like C and FORTRAN also known as?
Which function in C can be used to append a string to another string?
What are keywords in c with examples?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is extern keyword in c?
Explain how can I remove the trailing spaces from a string?
Can variables be declared anywhere in c?