Is a pointer a kind of array?
Is boolean a datatype in c?
Explain the use of 'auto' keyword in c programming?
Can 'this' pointer by used in the constructor?
can we declare a variable in different scopes with different data types? answer in detail
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
write a c program in such a way that if we enter the today date the output should be next day's date.
can you change name of main()?how?
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
What are directives in c?
What is a list in c?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }