jituTechnology

jituTechnology

Write a program to use size of operator to determine the size of different data types.

/*A program to use size of operator to determine the size of different data types
programmed by
name: Jitendra yadav
roll: 16 */
#include <stdio.h>
#include <conio.h>
void main()
{
printf(“Integer takes %d bytes of memory in this computer”,sizeof(int));
printf(“\ncharacter takes %d bytes of memory on this computer”,sizeof(char));
printf(“\nFloat takes %d bytes of memory on this computer”,sizeof(float));
printf(“\nDouble takes  %d bytes of memory on this computer”,sizeof(double));
getch()

Add a comment

Comments (2)

  1. cheap polo shirtsMarch 23, 2012 Reply
    Indeed! We finally discovered this particular web site! I have already been searching due to this publish with regard to such a long time!!
  2. burberry outlet usaMarch 30, 2012 Reply
    I wish more people would pay sites like this which are genuinely provocative to read.

Add a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.



Connect with Me

GPO 8973 NPC 541; Kathmandu Nepal
Phone: +977 9851236800

Calendar

April 2024
S M T W T F S
 123456
78910111213
14151617181920
21222324252627
282930