Answer Posted / harshithadesai
to encourage freshers & freshers may have good technical
skills
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a c token and types of c tokens?
how can I convert a string to a number?
using for loop sum 2 number of any 4 digit number in c language
What is the sizeof () a pointer?
What is c definition?
What is difference between union All statement and Union?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
How do you initialize pointer variables?
i want to know the procedure of qualcomm for getting a job through offcampus
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What is use of null pointer in c?
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
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Write a program to print factorial of given number without using recursion?