Answer Posted / bipin
It means only that this is after B. from which C is developed.
| Is This Answer Correct ? | 79 Yes | 35 No |
Post New Answer View All Answers
State the difference between x3 and x[3].
What is difference between class and structure?
What are header files in c programming?
Are negative numbers true in c?
What is pointer to pointer in c with example?
How will you divide two numbers in a MACRO?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is structure of c program?
What is the role of && operator in a program code?
Why do we use int main?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is pointers in c with example?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2