C programming Part 28, Write a program to check whether given number is odd or even number.

preview_player
Показать описание
C programming Part 27, Write a program to check whether given age is eligible for voting or not.
C programming Part 26, If….Else statement in C language, full explanation With Example.
C programming Part 25, Write a program to give 20% discount if shopping amount is more than Rs.5000/-.
C programming Part 24, Control Structure (Decision Making Structure) in C Language fully Discussed with Example.
C programming Part 23, Relational Operator in C Language fully Discussed with Example.
C programming Part 22, Write a Program to Calculate Gross Salary, if Basic Salary Input By Keyboard.
C programming Part 20, Integer and Float Conversion fully Discussed with Example.
C programming Part 19, Write a program to Print the Reverse Number of 4 Digits Number.
C programming Part 18, Write a program to calculate the Sum of Digits of 4 digit Number.
C programming Part 17, Write a Program to Swap(interchange) the values of Two Variables
C programming Part 16 , to convert Temperature form Fahrenheit degrees to Centigrade degrees,
C programming Part 15 Program to Convert KM to Meter ,Unit Converter Program.,
C programming Part 14 Program to Find Discount on given MRP ,Coding in Moblie through DCoder App,
C programming Part 13 program to Find Percentage of Given Marks ,Coding in Moblie through DCoder App,
C programming Part 12 Coding in Moblie through DCoder App, How to run C program in mobile.
C programming Part 11, Self Practice Programs, Simple Interest calculation (a Program), with Full explanation in hindi.
C programming Part 10, Operators in C language, Arithmetic Operators with Example(a Program), with Full explanation in hindi.
C programming Part 9, Write a Program to Area of Rectangle. with Full explanation in hindi.
C programming Part 8, Write a Program to Find Square of a Number. with Full explanation in hindi.
C programming Part 7, Variables ‘s name Rules in C language with Full explanation in hindi, with Examples.
C programming Part 6, Data Types & Keywords in C language with Full explanation in hindi.
C programming Part 5, Variables & Variable Declaration in C language with Full explanation in hindi, with Examples.
C programming part 4, Constants in C language with Full explanation in hindi, with examples.
C programming part 3.1, Prirntf() ,Scanf() & clrscr() with Full explanation in hindi, Run and see output.
C programming part 3, Prirntf() & Scanf() with Full explanation in hindi, Add two Number Program
C programming part 2, first program with Full explanation in hindi, Finding Error in program
C programming language in hindi part 1, C language core concept for beginners, part1. आसान भाषा में
Input devices in hindi, Joystick, light pen, touch screen, Digitizing tablet, webcam, mic, scanner
Input devices in hindi, mouse and trackball in hindi, computer fundamental
1.Types of computer, Analogue computer, digital computer, hybrid computer in hindi
2.Computer generation in hindi, 4th,5th generation, Generation of computer, Processor, MicroProcessor
3. Computer Generation, Detail of Second and third Generation
4. Computer Generation, Detail of first Generation, कम्प्युटर का Generation, Vaccuum tube
Generation of computer in hindi, first generation of computer, second generation of computer, third generation of computer, fourth generation of computer, fifth generation of computer, what is processor?
Types of computer for BELTRON DEO EXAM, Types of computer for BELTRON STENO EXAM, Types of computer for BCA, Types of computer for DCA, Types of computer for ADCA
Рекомендации по теме
Комментарии
Автор

) printf("%d", 8);
ii) printf("%d", 090);
iii) printf("%d", 00200);
iv) printf("%d", 0007000);
a. Only i) would compile. And it will print 8.
b. Both i) and ii) would compile. i) will print 8 while ii) will print 90
c. All i), ii), iii) and iv) would compile successfully and they will print 8, 90, 200 & 7000 respectively.q
d. Only i), iii) and iv) would compile successfully. They will print 8, 128 and 3584 respectively.

pradnyadukre
visit shbcf.ru