What does 1f stand for?


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

Post New Answer

More C Interview Questions

What is c mainly used for?

0 Answers  


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


Do pointers store the address of value or the actual value of a variable?

0 Answers   Fidelity,


Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program

1 Answers   Accenture, Concor, DMU, Satyam, Syntel, Tora,


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,






Write a factorial program using C.

0 Answers   iNautix,


What is static function in c?

0 Answers  


What are pointers? What are different types of pointers?

0 Answers   Fidelity,


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


Why we not create function inside function.

0 Answers  


what is meant by c

9 Answers   INiTS,


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


Categories