How do you use a pointer to a function?
What is a Genralised LInked List?? Please give a detailed explation of it..
Describe the modifier in c?
What is mean by data types in c?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (“%d\n”,j); }
What is structure packing ?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
What the advantages of using Unions?
Who invented bcpl language?