Why is c known as a mother language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print "hello world" without using a semicolon?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
What is array within structure?
What are volatile variables?
what is the difference between char * const and const char *?
What's the difference between calloc() and malloc()?
what is the difference between procedure oriented and object oriented progaming language
What does char * * argv mean in c?
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
What are the application of c?
Why is %d used in c?
Explain how can a program be made to print the name of a source file where an error occurs?