WIPRO Solved Placement Questions Papers 2015 11:04 by Let Us Code in C Placement Papers, WIPRO 0 Solved Placement Question Paper 2015 1) Write a Program for the following pattern? if input = 2 pattern: 1*2 3*4 if input = 5 pattern: ... Read More Share This: Fawitter Google+
Swapping of two numbers using Bit wise Operators in C language 00:59 by Let Us Code in C 0 Program: /* C Program for Swapping of two numbers using Bit wise Operators */ #include < stdio.h > void main( ) { int a, b; a... Read More Share This: Fawitter Google+
C Program Asked in TCS-1 06:17 by Let Us Code in C Asked in Placements, Asked in TCS 0 Program: #include<stdio.h> #include<conio.h> int main( ) { int a[10] = {1,2,3,4,5}; printf("%d %d %d",a[1],a[6],a[9]); return... Read More Share This: Fawitter Google+
C Programs asked in TCS 06:13 by Let Us Code in C Asked in Placements, Asked in TCS 0 Program: #include<stdio.h> #include<conio.h> int main( ) { enum status { pass,fail,dist ... Read More Share This: Fawitter Google+