Why string is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
What is a built-in function in C?
ATM machine and railway reservation class/object diagram
write a program in c to print **** * * * * ****
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
write a program whose output will be- 1 12 123 1234
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
write a progam to display the factors of a given number and disply how many prime numbers are there?
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
What are disadvantages of C language.
what is data structure.in linear and non linear data structures which one is better?Explain