The __________ attribute is used to announce variables based on definitions of columns in a table?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

11 Answers   IBM, TCS,


Taking an example,differentiate b/w loader and linker ?

1 Answers  


In C programming, how do you insert quote characters (‘ and “) into the output screen?

0 Answers  


What is the modulus operator?

0 Answers  


main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }

1 Answers   Accenture, Vector,






what is the format specifier for printing a pointer value?

0 Answers  


What functions are used for dynamic memory allocation in c language?

0 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


What is sizeof int in c?

0 Answers  


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

0 Answers   HCL,


write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+

1 Answers   Reliance,


Categories