Is python a c language?
No Answer is Posted For this Question
Be the First to Post Answer
What are dynamically linked and statically linked libraries?
How to compare array with pointer in c?
What is a pragma?
Why is c called a structured programming language?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
Are c and c++ the same?
What is pass by value in c?
What is clrscr in c?
What is a spanning Tree?
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.