The __________ attribute is used to announce variables based on definitions of columns in a table?
What is the purpose of 'register' keyword in c language?
Explain what does it mean when a pointer is used in an if statement?
What is c value paradox explain?
What is optimization in c?
Tell us something about keyword 'auto'.
What are loops c?
why ordinary variable store the later value not the initial
Can an array be an Ivalue?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
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
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)