| Other C Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| pgm in c to reverse string by word using array(god is love
becomes love is god)
(no additional array can used,space is only delimiter
between words ) | Persistent | 1 |
| C,c++, Java is all are structural oriented or procedure
oriented language..? | | 3 |
| What are the languages are portable and platform
independent?Why they are like that? | Excel | 1 |
| write a string copy function routine? | | 1 |
| difference between my-strcpy and strcpy ? | Geometric-Software | 3 |
| how to generate the length of a string without using len
funtion? | | 3 |
| Which of the following about automatic variables within a
function is correct ?
a.its type must be declared before using the variable
b.they are local
c.they are not initialised to zero
d.they are global.
| TCS | 3 |
| what is the diference between pointer to the function and
function to the pointer? | | 2 |
| Write a function that accepts two numbers,say a and b and
makes bth bit of a to 0.No other bits of a should get
changed. | Scientific-Atlanta | 2 |
| 2. Counting in Lojban, an artificial language developed
over the last fourty years, is easier than in most languages
The numbers from zero to nine are:
0 no
1 pa
2 re
3 ci
4 vo
5 mk
6 xa
7 ze
8 bi
9 so
Larger numbers are created by gluing the digit togather.
For Examle 123 is pareci
Write a program that reads in a lojban string(representing
a no less than or equal to 1,000,000) and output it in
numbers.
| Nagarro | 2 |
| size maximum allocated by calloc() | DELL | 1 |
| write a program for odd numbers? | | 6 |
| what does data structure mean? | | 7 |
| Write a C++ program without using any loop (if, for, while
etc) to print numbers from 1 to 100 and 100 to 1;
| | 7 |
| Write a program or provide a pseudo code to flip the 2nd bit
of the 32 bit number ! (Phone Screen) | NetApp | 1 |
| How can I convert integers to binary or hexadecimal? | | 2 |
| Why doesn't the code "a[i] = i++;" work? | | 4 |
|
I need to take a sentence from input and sort the words
alphabetically using the C programming language.
Note: This is C not C++.
qsort and strtok not allowed | | 4 |
| what is the use of keyword volatile?? | LG-Soft | 4 |
| how to find out the reverse number of a digit if it is
input through the keyboard? | | 2 |
| |
| For more C Interview Questions Click Here |