WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I split up a string into whitespace-separated fields?

0 Answers  


What is the translation phases used in c language?

0 Answers  


What is getch?

0 Answers  


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.

6 Answers   FCI, TCS,


int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 Answers  






I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7

1 Answers  


int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā€œ%dā€,*(*(x+1)+3));

2 Answers   Wipro,


Differentiate between ordinary variable and pointer in c.

0 Answers  


const char * char * const What is the differnce between the above tow?.

6 Answers   Ramco, TCS,


Tell me what is the purpose of 'register' keyword in c language?

0 Answers  


What are the 4 types of programming language?

0 Answers  


Explain what will the preprocessor do for a program?

0 Answers  


Categories