Is c procedural or object oriented?
No Answer is Posted For this Question
Be the First to Post Answer
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
void main() { int i=5; printf("%d",i++ + ++i); }
How do you define a function?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
Which is better between malloc and calloc?
What does c mean in basketball?
How to print "Hi World" without using semi colon?
What tq means in chat?
What is the difference between array and linked list in c?
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?