Answer Posted / ganesh
c is a language which is used to create the console applications.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Is c weakly typed?
Can static variables be declared in a header file?
what are bit fields in c?
Is c programming hard?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the size of enum in c?
What are the advantages of c language?
Explain what is the benefit of using const for declaring constants?
Write a program to generate random numbers in c?
Why doesnt this code work?
What is NULL pointer?
What does volatile do?
What are valid operations on pointers?
What is the general form of a C program?