| 
                                       
                                                               #include #include
 #include
 
 typedef struct emp_s{
 
 
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      
 | 
			| 
                                       
                                                               #include #include
 #include
 
 typedef struct emp_s{
 
 
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      
 | 
			| 
                                       
                                                               #include< stdio.h>
 #include< string.h>
 #define PHYMARKS 1
 #define CHEMMARKS 2
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               void stringcopy(char *src, char *dest)
 {
    while(*src != '\0')
    {
       *dest = *src;
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 main()
 {
    int array[] = { 20 , 23, 34, 33, 45, 23 , 45, 46, 34, 87};
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 #include< stdlib.h>
 main()
 {
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 #include< stdlib.h>
 #include< string.h>
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 main()
 {
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 main()
 {
    unsigned int a = 10;
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 main()
 {
    int a, x;
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 main()
 {
    int a, x;
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 int add(int a, int b);
 int multiply(int x, int y);
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 int rec(int x);
 main() 
 { 
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 int globalValue = 5;
 int factorial(int x);
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 main()
 {
    int array[] = { 20, 30, 40, 50 , 60};
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 main()
 {
     for(;;)
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 main(int argc, char* argv[])
 {
    int i;
    printf("Number of arguments : %d\n", argc);
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 void swapfun(int*, int*);
 main()
 {
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               int addfun(int x, int y)
 {
    int z = 0;
   
    z = x + y;
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			| 
                                       
                                                               #include< stdio.h>
 #include< stdlib.h>
 typedef struct node_s{
    int index;
  
                                                            
                                                       
                                                         
                                                            
                                                   JNTU          
                                                            
                                                              JNTU Anathapur 
                                                                
                                                            B.TECH 
                                                                                                                     
                                              
                                                          
      | 
			|  |