while running a program, i got the msg that press return key
to exit.what that mean in C as there are no such options as
far i know.
Answer / thiruapthi rao
generally return key is considered as enter key
Is This Answer Correct ? | 0 Yes | 0 No |
With the help of using classes, write a program to add two numbers.
What is the difference between char array and char pointer?
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
wap in c to accept a number display the total count of digit
Can a pointer point to null?
What is the output of printf("%d", printf("Hello"));?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What are the different types of linkage exist in c?
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
write a program for egyptian fractions in c?
How we can insert comments in a c program?
What are operators in c?