What is structure in c language?
No Answer is Posted For this Question
Be the First to Post Answer
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
Where define directive used?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What happens if header file is included twice?
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
What are the 32 keywords in c?
Is it possible to have a function as a parameter in another function?
how to connect oracle in C/C++.