-
Recent Posts
- Job Scope in Selenium
- Introduction to C++
- Introduction to Selenium
- Trainer Profile – Ritu Bajar
- Cache Snapshots and History Snapshots in SSRS 2016
- How to set up SQL Server Transactional Replication : Multiple Publishers, Single Subscriber
- Question for Campus Preparation
- Free C++ Project-Tic Tac Toe Game Project
- Questions with Answers on Pre-Post Operators For 9/10th class Java/C++ Students
- Microsoft BI interview questions with answers
Categories
- 9/10th Class Students (1)
- Campus Preparation (1)
- Free C++ Projects (1)
- Microsoft BI (2)
- Selenium (2)
- SQL DBA Tutorials (1)
- Trainer Profile (1)
- Uncategorized (6)
Tags
- 9th class operators questions
- 10th class operators questions
- Automation testing trainer
- C++ Project for class 12
- Cache Snapshot
- Campus Preparation
- class 11 project
- class 12 mini project
- C Program
- Find output of C Program
- Free C++ Project
- Free Project for class 10
- History Snapshot
- MicrosoftBI
- Mini project for class 11
- Mini project in C++
- MSBI
- MSBI questions
- MSBI training in india
- MSBI training institute in delhi gurgaon ncr
- ms sql server
- online sql training
- Pre/Post Operators in C++
- Pre/Post Operators in Java
- Question for Campus preperation with explanation
- Questions with answers on Operators
- Questions with answers on Operators for class 9th
- Questions with answers on Operators for class 10th
- Questions with answers on Operators in C++ for class 9th
- Questions with answers on Operators in C++ for class 10th
- Questions with answers on Operators in Java for class 9th
- Questions with answers on Operators in Java for class 10th
- Remove term: Question for Campus preperation with explanation Question for Campus preperation with answer
- selenium
- Selenium Trainer
- Source code for Tic Tac Toe Game
- sql dba
- sql server index clustered nonclustered covering
- sql server publishing
- sql server training in gurgaon
- sql transational replication
- SSIS
- SSRS
- Tic Tac Toe Game in C++
- Trainer Profile
Tag Archives: Campus Preparation
Question for Campus Preparation
What will be the output ? #include<stdio.h> int main() { int x=5; if(x>3>2) printf(“Hello %d”,x); else printf(“Hi %d”,x); } ANS: Hi 5 Explanation: Here inside if we have written x>3>2 i.e 5>3>2 .In it 2 operators are there and both … Continue reading