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

What is a sequential access file?

0 Answers  


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


Why do some versions of toupper act strangely if given an upper-case letter?

0 Answers  


How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.

12 Answers   NetApp,


How to get string length of given string in c?

0 Answers  






What is the difference between struct and union in C?

1 Answers  


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


write a program which will count occurance of a day between two dates.

1 Answers   IonIdea,


main() { int i; printf("%d",i^i); }

1 Answers  


hi any body pls give me company name interview conduct "c" language only

0 Answers  


Is c still used in 2019?

1 Answers  


why the execution starts from main function

9 Answers  


Categories