FREE : [ Study Material ] NDA/SSB Preparation : Check Now!!! | Latest: HR Interview Questions:CHECK | Like Us :

Saturday, 4 May 2013

Bigrattle Off-campus Drive for Freshers 2013

0 comments

Name of Company:-Bigrattle
Job Role:-Software Engineer
Last Date to Apply:-8 May 2013
Salary:-2,00,000 to 2,50,00
Job Location:-Mumbai
Experience Required: Fresher
Eligibility:
- 2012 batch BTech / BE (CS/IT) / MTech (CS/IT) or 2012 batch BCA + MCA / BSc (CS/IT) + MCA
- 60% throughout in academics (Degree cutoff 55% for universities in Maharashtra)
- Good pH score

Company url: www.bigrattle.com

How to Apply:-
 Click here to Apply


CLICK HERE TO SEE REVIEWS OF BIGRATTLE

Thursday, 2 May 2013

DCE Professor Vacancy 2013 | Delhi Technological University Jobs

0 comments
Jobs Details
Name of Organization Delhi Technological University (DTU) 
Posts Available
Post Vacancies
Professor 16 posts
Associate Professor 30 posts
Assistant Professor 47 posts
Important Date Apply before 31/05/2013
How to Apply You are required to send the Completely Filled application form at Registrar, Delhi Technological University, Shahbad Daulatpur, Bawana Road, Delhi-110042 latest by 31/05/2013 at 05.00 p.m.
Application Form Fee DD of Rs.500/- in case of General/OBC candidates and Rs.250/- in case of SC/ST/PWD 
For More Details Visit For more Details please visit http://www.dce.edu/

Indian Institute of Packaging Mumbai Professor & Lecturer Post 2013

0 comments
Jobs Details
Name of Organization Indian Institute of Packaging (IIP) 
Posts Available
Post Vacancies PayScale
Professor/ Additional Director 3 Rs.37400-67000 AGP Rs.8900
Joint Director/ Associate Professor 1 Rs.37400-67000 AGP Rs.8700
Deputy Director/ Assistant Professor 2 Rs. 15600-39100 GP Rs. 6600
Assistant Director/ Lecturer 1 Rs. 15600-39100 Grade Pay Rs. 5400
Technical Assistant  2 02 posts, Pay Scale : Rs. 9300-34800 Grade Pay Rs. 4200
Important Date Apply before 24/05/2013
How to Apply Send the Completely filled Application form at  Dy. Director (Admn & Accts), IIP, E-2, MIDC, Andheri (East), Mumbai-400093 before 24 May 2013
For More Details Visit DOWNLOAD NOTIFICATION
DOWNLOAD APPLICATION FORM


Bhabha Atomic Centre Stenographer Jobs 2013 | BARC Posts

0 comments



Jobs Details
Name of Organization Bhabha Atomic Research Centre (BARC)
Posts Available
Post Vacancies PayScale
Stenographer Grade–III 28 posts (UR-14, OBC-7, SC-4, ST-3) Rs. 5200–20200 + Gr Pay Rs. 2400/-
Stenographer Grade–II 08 posts (UR-7, ST-1) Rs. 9300-34800  + Gr Pay Rs. 4200/-
Important Date Apply before before 31/05/2013
How to Apply You can apply for the Jobs by visiting http://barcrecruit.gov.in/
For More Details Visit For more details visit http://barcrecruit.gov.in/

Sunday, 28 April 2013

C PROGRAM TO IMPLEMENT STACK USING ARRAY | Stack USING ARRAY

0 comments
PROGRAM by Ashish

#include<stdio.h>
#include<conio.h>
#define MAX 10
int stack[MAX];
int top=-1;
void push(int num);
void pop();
void traverse();
void main()
{
int num,ch,p=0;
clrscr();
do
{
printf("Enter 1 to Print STACK\n");
printf("ENTER 2 to PUSH ITEM\n");
printf("ENTER 3 to POP ELEMENT\n");
scanf("%d",&ch);
switch(ch)
{
case 1:
{
printf("\nElements in Stack are:-\t");
traverse();
break;
}
case 2:
{
printf("\nEnter the Element to be pushed");
scanf("%d",&num);
push(num);
break;
}
case 3:
{
printf("\nGoing to Perform POP OPERATION");
pop();
break;
}
}
printf("\nENTER 1 to Continue");
scanf("%d",&p);
}while(p==1);
getch();
}
void traverse()
{
int i;
if(top==-1)
{
printf("\nStack is EMPTY");
}
else
{
for(i=top;i>=0;i--)
{
printf("\n%d",stack[i]);
}
}
}
void push(int num)
{
if(top==MAX)
{
printf("\nOVERFLOW");
}
else
{
top=top+1;
stack[top]=num;
printf("\n Element added");
}
}
void pop()
{
int item;
if(top==-1)
{
printf("\nUnder FLow");
}
else
{
item=stack[top];
top=top-1;
printf("\Element poped is%d",item);
}
}


Output:-

Friday, 26 April 2013

piet.co.in - PIET PANIPAT OFFCAMPUS Placements | Offcampus Drives for Freshers

0 comments

Panipat Institute of Engineering Technology commonly known as PIET Panipat is run by Vidyapeeth Education Trust. The Institute is affiliated to Kurukshetra University, Kurukshetra.

This commonly is Famous for the Offcampus Drives it conducts every year. Many MNCs every year visit PIET Panipat for offcampus Drive like TCS, Accenture, NEC-HCL, HCL, IBM, FranConnect and many more.

It provide an opportunity to students to grab the JOB. A lot of students from all over India especially students of MDU & KU takes part in these Offcampus Drives.

So If your college is not so good and companies donot visit your campus then you can attend the Offcampus drives at PIET Panipat.


Location of PIET:-

It is situated at Samalkha, Panipat on National Highway No. 1 and is about 21 kms. from Panipat.

How to Know which Company visiting PIET:-
You can subscribe us or keep visiting our website regularly to know about offcampus Drives at PIET
 

Results

get our extension

Like Us on FB

    Freshers Jobs

    Donate

    DMCA Protected

    You are Visitor Number

    Interview Questions

    SSB Questions

      Authors
    Tinku Singh
    Hitesh Dhanda

    MrNaukri.com - Get Sarkari Jobs, Results, Off Campus Placement Updates © 2012. All Rights Reserved | Back To Top |

    © 2013 A Product of IBC Network