What are disadvantages of C language.
No Answer is Posted For this Question
Be the First to Post Answer
in iso what are the common technological language?
If null and 0 are equivalent as null pointer constants, which should I use?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Where are some collections of useful code fragments and examples?
What are the average number of comparisons required to sort 3 elements?
what is difference b/w extern & volatile variable??
What is static function in c?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
can we have joblib in a proc ?
Describe the modifier in 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............?