What are the disadvantages of c language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
write a program to rearrange the array such way that all even elements should come first and next come odd
How does #define work?
What is || operator and how does it function in a program?
Why n++ execute faster than n+1 ?
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 find a 5th bit is set in c program
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
A program to write a number of letters and numbers, such as counting and display
What does *p++ do?
What are local static variables?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,