Explain what is the benefit of using const for declaring constants?
No Answer is Posted For this Question
Be the First to Post Answer
How do we open a binary file in Read/Write mode in C?
Why do we use header files in c?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
What is extern variable in c with example?
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); }
Why is c called a mid-level programming language?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
What is the use of keyword VOLATILE in C?
a=5 a=a++/++a
Why doesnt long int work?
What are the advantages and disadvantages of a heap?
What is c definition?