What is a const pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
to get a line of text and count the number of vowels in it
Why is c faster?
What is the difference between CV and Resume ?
How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
write a c program to store and print name,address,roll.no of a student using structures?
What is the difference between procedural and declarative language?
Explain is it valid to address one element beyond the end of an array?
How a string is stored in c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
what is the full form of c language
In C language, a variable name cannot contain?