List some basic data types in c?
No Answer is Posted For this Question
Be the First to Post Answer
why i join syntel?
23 Answers ABC, Syntel, TCS,
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
Explain how do you determine the length of a string value that was stored in a variable?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
How to print India by nested loop? I IN IND INDI INDIA
How can you determine the maximum value that a numeric variable can hold?
How can you print HELLO WORLD without using "semicolon"?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
which type of question asked from c / c++ in interview.
How can I avoid the abort, retry, fail messages?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
What is structure padding and packing in c?