What is the benefit of using const for declaring constants?
No Answer is Posted For this Question
Be the First to Post Answer
difference of two no's with out using - operator
Can we declare variables anywhere in c?
Write a program in c to input a 5 digit number and print it in words.
What is a dynamic array in c?
What is a memory leak? How to avoid it?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
Explain how do you use a pointer to a function?
Explain how do you print an address?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
char ch="{'H','I',0};printf("%s",ch);what is output
Is python a c language?