What are the advantages and disadvantages of c language?
No Answer is Posted For this Question
Be the First to Post Answer
What are pointers? Why are they used?
Why can’t we compare structures?
What is printf () in c?
How can I insert or delete a line (or record) in the middle of a file?
what is call by value and call by reference
What is meant by errors and debugging?
Hi, main() { } Is a user defined function or Built in Functionn
What are different types of pointers?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Explain what is a const pointer?
#include<stdio.h> #include<conio.h> void main() { clrscr(); int a=0,b=0,c=0; printf("enter value of a,b"); scanf(" %d %d",a,b); c=a+b; printf("sum is %d",c); getch(); }
What do you mean by c what are the main characteristics of c language?