How many bytes is a struct in c?
No Answer is Posted For this Question
Be the First to Post Answer
difference between string and array?
Is c still used?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
How many types of sorting are there in c?
What is 'bus error'?
What is clrscr ()?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
what is the need for main function in c?
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
What are local variables c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Add Two Numbers Without Using the Addition Operator