Post New Answer View All Answers
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Why do we use c for the speed of light?
how can use subset in c program and give more example
What is the scope of static variable in c?
What is the difference between procedural and declarative language?
How do I copy files?
Tell us something about keyword 'auto'.
any "C" function by default returns an a) int value b) float value c) char value d) a & b
a value that does not change during program execution a) variabe b) argument c) parameter d) none
In C programming, what command or code can be used to determine if a number of odd or even?
Which is the best website to learn c programming?
What is cohesion in c?
Describe newline escape sequence with a sample program?
How can you increase the size of a dynamically allocated array?
What is array in c with example?