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

What is the purpose of 'register' keyword in c language?

0 Answers  


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


What is c value paradox explain?

0 Answers  


What is optimization in c?

0 Answers  


Tell us something about keyword 'auto'.

0 Answers  


What are loops c?

0 Answers  


why ordinary variable store the later value not the initial

1 Answers  


Can an array be an Ivalue?

0 Answers   EXL,


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

0 Answers   HP,


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


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,


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

0 Answers   Huawei,


Categories