Explain do array subscripts always start with zero?
No Answer is Posted For this Question
Be the First to Post Answer
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
What is the difference between File pointer and Internal Charecter Pointer?
How do I create a directory? How do I remove a directory (and its contents)?
How to develop software using "c" programming?
How does free() know how many bytes to free?
What is volatile c?
What standard functions are available to manipulate strings?
How is a structure member accessed?
How can you restore a redirected standard stream?
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
How can I find the modification date and time of a file?
What is key word in c language?