what is c?
Answers were Sorted based on User's Feedback
Answer / pazhani
C is one of the computer programming Languages
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / m.karthik
c is a procedure oriented programming language ,,,,,,,,,
and structure oriented language .........
developed at at & t labs by dennis ritche..........
in 1970s.........
| Is This Answer Correct ? | 3 Yes | 2 No |
program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
How can I invoke another program or command and trap its output?
array of pointer pointer to array pointer to pointer
What are Macros? What are its advantages and disadvantages?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
Explain how can I convert a string to a number?
What does emoji p mean?
main() { printf(5+"Vidyarthi Computers"); }
Differentiate call by value and call by reference?
create an SINGLE LINKED LISTS and reverse the data in the lists completely
Which control loop is recommended if you have to execute set of statements for fixed number of times?