What is string constants?
No Answer is Posted For this Question
Be the First to Post Answer
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Explain about the constants which help in debugging?
no consistent academics. how to answer the question
which of 'arrays' or 'pointers' are faster?
What are the 4 types of unions?
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
What is the benefit of using #define to declare a constant?
Define macros.