Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Zoho C Interview Questions
Questions Answers Views Company eMail

Difference between data structure and data base.

7 31911

main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 23142

#include int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }

3 5900

Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1123

Post New Zoho C Interview Questions




Un-Answered Questions

Who is the developer of Kotlin?

145


which methods can be used to determine if a microphone or a camera is installed on the users machine? : Adobe flash

487


What do you mean by hashtable c#?

575


Explain latency, transfer and seek time with respect to disk i/o.?

587


Tell me how can we pass the variable through the navigation between the pages?

532






Does upgrading to windows 10 delete files?

469


What is a loop in wordpress?

115


What events are supported by readable streams in node.js?

246


What are the characteristics of java?

529


What are crawl stats?

462


List out some of the checking’s, done at the completion of construction?

714


difference between mto

1189


Are You A Reliable Person With Strong Work Ethics?

625


Define overhead in terms of accounting?

620


How would you use Bubble Sort to sort the number of elements?

588