Who is invented by c?
Answers were Sorted based on User's Feedback
Answer / 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 |
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
Can anyone tell what is stack overflow? what precaution we should take?
What type is sizeof?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
What is the data segment that is followed by c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
what is the associativity of bitwise OR operator?
What are the different properties of variable number of arguments?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is volatile variable in c with example?
void main() { int i=5; printf("%d",i++ + ++i); }
What is the purpose of sprintf() function?