It's Thursday today. Tomorrow it ___________ Friday.
What will be the output of the program
#include
int main()
{
void *vp;
char ch=74, *cp="JACK";
int j=65;
vp=&ch;
printf("%c", *(char*)vp);
vp=&j;
printf("%c", *(int*)vp);
vp=cp;
printf("%s", (char*)vp+2);
return 0;
}
What will be the output of the program
#include
int main()
{
int i = 1;
switch(i)
{
printf("Hello\n");
case 1
printf("Hi\n");
break;
case 2
printf("\nBye\n");
break;
}
return 0;
}
There are four different algorithms A1, A2, A3 and A4 to solve, a given problem with the complexity order log(n), log(log(n)), n log and n/log(n) respectively. Which is the best algorithm
When I am alone, I hear footsteps of my friend in my imagination
She never understood me, whenever I said something
It is necessary for government to ___________ their people's life better
An ordinance ___________ promulgated to regulate all private institutions
TCFK, RADI, OXAF, JSVA, __
The person refused to grovel _________ the feet of his master
Which of the following concepts means determining at runtime what method to invoke? A. Data hiding B. Dynamic Typing C. Dynamic binding D. Dynamic loading
The LCM and HCF of two numbers are 2970 and 30 respectively. Prime factors of the product of two numbers are:
A man walks 1 km towards West and then he turns towards South and walks 7 km. Again, he turns towards North and walks 1 km. After this, he turns towards East and walks 9 km. Now, how far is he from the starting point
If COMPUTER is coded as GKQLYPIN, what is the code for SENATE