Explain the use of bit fieild.
No Answer is Posted For this Question
Be the First to Post Answer
how can i print "hello"
What is an auto keyword in c?
How can I increase the allowable number of simultaneously open files?
Explain spaghetti programming?
Do you know the purpose of 'register' keyword?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is the difference between procedural and declarative language?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
How do you define a string?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
Write a c program to print the sizes and ranges of different data types in c?
What is macro?