In which header file is the null macro defined?
No Answer is Posted For this Question
Be the First to Post Answer
What is Function Pointer? Explain with example?
What is scope rule in c?
What is the use of linkage in c language?
Name the language in which the compiler of "c" in written?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
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,
What is volatile
c program to add and delete an element from circular queue using array
What is #include stdio h and #include conio h?
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,