What is variable declaration and definition in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is computer
Describe the order of precedence with regards to operators in C.
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
What is the acronym for ansi?
what is op? for(c=0;c=1000;c++) printf("%c",c);
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
What do you mean by keywords in c?
What is the difference between null pointer and the void pointer?
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
How can I increase the allowable number of simultaneously open files?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.