What are integer variable, floating-point variable and character variable?
No Answer is Posted For this Question
Be the First to Post Answer
application attempts to perform an operation?
What are the features of the c language?
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
What are loops c?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
What is the purpose of 'register' keyword?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
What is Heap?
What is the difference between %d and %i?
What is static volatile in c?
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?