| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| can you explain in brief what is "r+" mode in a file... i
know that it si used to read and modify rhe existing
content.... but explalanation about the file pointer in "r+"
mode i wann to know??????????? | Cognizent | 1 |
| Which of the Following is not defined in string.h?
A)strspn()
B)strerror()
C)memchr()
D)strod()
| Accenture | 1 |
| c program to add and delete an element from circular queue
using array | | 1 |
| Write a C program to print 1 2 3 ... 100 without using
loops? | | 5 |
| What is the difference between static and global variables? | | 1 |
| design and implement a program that reads floating-points
numbers in a sentinel-controlled loop until the user
terminates the program by entering zero.your program should
determinate and print the smallest,largest and average of
the supplied numbers. | | 1 |
| what is difference between c and c++ | | 3 |
| find largest element in array w/o using sorting techniques. | Zycus-Infotech | 2 |
| I have a function which accepts, and is supposed to
initialize,a pointer, but the pointer in the caller remains
unchanged. | | 1 |
| Is it possible to run a c program without using main?If yes
HOW?? | Wipro | 10 |
| wap in c to accept a number display the total count of digit | | 4 |
| what is disadvantage of pointer in C | Tech-Mahindra | 5 |
| hat is a pointer? | Assurgent | 3 |
| What should not contain a header file? | | 2 |
| main()
{
clrscr();
}
clrscr();
| ME | 3 |
| plz answer.... write a program that reads line (using
getline) e.g."345", converts each line to an integer
using "atoi" and computes the average of all the numbers
read. also compute the standard deviation. | | 1 |
| write a c programs to do multiplication of two numbers with
out using arithmatic operator ?????????? | TCS | 4 |
| Write a program that takes three variables(a,b,c) in as
separate parameters and rotates the values stored so that
value a goes to b,b,to c and c to a | | 3 |
| What are data breakpoints? | Adobe | 1 |
| how to generate the length of a string without using len
funtion? | | 3 |
| |
| For more C Interview Questions Click Here |