Answer Posted / ratnesh rai
c is a high level programing language
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Define circular linked list.
How do you construct an increment statement or decrement statement in C?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the code in while loop that returns the output of given code?
Give me the code of in-order recursive and non-recursive.
Why can't I perform arithmetic on a void* pointer?
What is void main ()?
Add Two Numbers Without Using the Addition Operator
What is malloc return c?
Can you please explain the difference between syntax vs logical error?
What is wrong in this statement? scanf(ā%dā,whatnumber);
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...
Why c is called top down?
What is size of union in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?