What is the use of structure padding in c?
No Answer is Posted For this Question
Be the First to Post Answer
Toggle nth bit in a given integer - num
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
What type of function is main ()?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
what are non standard function in c
Why do we use int main?
Can you subtract pointers from each other? Why would you?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
How do you write a program which produces its own source code as output?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
write a program that finds the factorial of a number using recursion?
How can you allocate arrays or structures bigger than 64K?