What are local static variables?
No Answer is Posted For this Question
Be the First to Post Answer
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
How will you write a code for accessing the length of an array without assigning it to another variable?
Is that possible to add pointers to each other?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
What is sizeof array in c?
What do you mean by c what are the main characteristics of c language?
Explain logical errors? Compare with syntax errors.
Explain output of printf("Hello World"-'A'+'B'); ?
Why is c known as a mother language?
What are global variables?