Why header files are used?
No Answer is Posted For this Question
Be the First to Post Answer
What is bubble sort in c?
What is the main difference between calloc () and malloc ()?
what is the difference between 123 and 0123 in c?
What is restrict keyword in c?
What is selection sort in c?
Explain how can I manipulate strings of multibyte characters?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
what is a pointer
4 Answers Bank Of America, TCS,
What are the rules for identifiers in c?