What are compound statements?
No Answer is Posted For this Question
Be the First to Post Answer
Tell us bitwise shift operators?
Who is invented by c?
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
What is a pointer and how it is initialized?
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
. Write a program to get a string and to convert the 1st letter of it to uppercase
How to print "I Love My India" without using semi colon?
How do you determine if a string is a palindrome?
difference between c and c++?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....