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
What is the purpose of type declarations?
Difference between MAC vs. IP Addressing
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
Explain high-order bytes.
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
Magic square
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
tell me the full form of c?
write a program to compare 2 numbers without using logical operators?
what is the difference between const volatile int i & volatile const int j;
Write a program to find the biggest number of three numbers in c?