Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
No Answer is Posted For this Question
Be the First to Post Answer
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
what is the difference between const volatile int i & volatile const int j;
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
C language questions for civil engineering
Explain what is a static function?
What is array in C
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
Explain about the functions strcat() and strcmp()?
How does placing some code lines between the comment symbol help in debugging the code?
Can i use Two or More Main Funtion in any C program.?