Why is structure padding done in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is this program statement valid? INT = 10.50;
What is function prototype in c with example?
Did c have any year 2000 problems?
What is the use of header?
What is string concatenation in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
When was c language developed?
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
Program to find the absolute value of given integer using Conditional Operators
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Who is the main contributor in designing the c language after dennis ritchie?
Explain how can I remove the trailing spaces from a string?