Friday, 21 July 2017

ZOHO Interview Questions PDF Download

ZOHO C Aptitude click here

ZOHO 2nd Round Questions click here

No comments:

Post a Comment

C-Program to know whether the character is vowel or not

#include<stdio.h> int main() {   char c;   printf("Enter a character to know whether it is vowel or not\n");   scanf("...