When c language was developed?
No Answer is Posted For this Question
Be the First to Post Answer
the data type used for unlimited value in c and how to do this program
Where are local variables stored in c?
Why & is used in c?
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }
What are the restrictions of a modulus operator?
What is the Difference between Class and Struct?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Calculate 1*2*3*____*n using recursive function??
What does %f mean c?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Explain output of printf("Hello World"-'A'+'B'); ?
What are dangling pointers? How are dangling pointers different from memory leaks?