Why void is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
if we take a number as a char then can we manipulate(add, subtract) on this number
Write a program to print numbers from 1 to 100 without using loop in c?
Between macros and functions,which is better to use and why?
Write a code of a general series where the next element is the sum of last k terms.
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
What is wrong with this statement? Myname = 'robin';
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
how to find the binary of a number?
How can I convert integers to binary or hexadecimal?
write a program to create a sparse matrix using dynamic memory allocation.
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
What are the advantages and disadvantages of c language?