Is c object oriented?
No Answer is Posted For this Question
Be the First to Post Answer
can we print any string without using terminator?
What is memcpy() function?
how to find binary of number?
code for concatination of 2 strings with out using library functions?
i have a written test for microland please give me test pattern
Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error
Differentiate b/w Modify and Update commands giving example.
What is void main () in c?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
Write a program for finding factorial of a number.
why we are using semicolon at the end of printh statment
Write a program in c to replace any vowel in a string with z?