Lists the benefits of c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
How is a macro different from a function?
Total of how many functions are available in c?
Is that possible to add pointers to each other?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
What is define directive?
What is the difference function call by value & function call by reference?
write a program in c language for the multiplication of two matrices using pointers?
Explain why C language is procedural?
hi, which software companys will take,if d candidate's % is jst 55%?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
where do we use volatile keyword?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }