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 32384

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 23636

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

3 6131

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

1213

Post New Zoho C Interview Questions




Un-Answered Questions

You have an asp. Net web application running on a web-farm that does not use sticky sessions - so the requests for a session are not guaranteed to be served the same machine. Occasionally, the users get error message validation of view state mac failed. What could be one reason that is causing this error?

612


How variables are declared in python?

496


What are the three parts of an http request?

653


How to add custom view helpers to zend framework 2

287


What kind of necessary ap information you gather from the client?

737






If I have bought goods from a seller in India and finally exported it to some other country, my understanding says I have to issue form H to seller to get cst exemption. My question is wether Bill of lading is must to be given to seller or not bcos if I give bill of lading to the seller from whom i haave bought material confidential information will go to seller as bill of lading will have buyers details...pls guide how to overcome this issue.

1654


What is an Idoc?

676


What does an exe file contain?

630


Is string immutable in c#?

662


what is azure service level agreement (sla) ?

328


Explain the purpose of composition.

672


What is Arduino in IOT?

3


What are the different types of features of the java collections framework? : java collections

669


What is overfitting and underfitting?

1


How many nations take part in G 20 Summit? Can you name them?

724