#include<stdio.h>
#include<conio.h>
#include<conio.h>
struct std
{
{
char nm[10],dep[10];
int t,id;
float p;
int t,id;
float p;
| 
CSS Attributes | |
| 
Font
  Attributes: |  | 
| 
Font-Size | 
To define size of font (10pt, 20pt)(pt=points) | 
| 
Font-Style | 
To define font style (Italic, normal) | 
| 
Font-weight | 
To define font weight (100, 200, and 300, bold...) | 
| 
Font-Family | 
To define font family (Arial, Vardana, Calibri etc.) | 
|  |  | 
| 
5% | 
Error Editing | 
-         
  Concept of Debugging 
-         
  Finding Errors in
  Programs 
-         
  Error codes &
  Managing 
-         
  Various Debugging
  option in Turbo C 
-         
  Compiler | 
| 
70% | 
Programming
  in C 
Language | 
-         
  Storage Class | 
#include <stdio.h>
#include <conio.h>
 
main()
{
   int n, reverse = 0, temp;#include<stdio.h>
#include<conio.h> 
main()
{
   int n, reverse = 0, temp;
 
   printf("Enter a number to check if it is a palindrome or not\n");
   scanf("%d",&n);
 #include<stdio.h>
#include<stdio.h>
 
main()
{
   int n, i = 3, count, c;
 
   printf("Enter the number of prime numbers required\n");
   scanf("%d",&n);