What is the difference between array and linked list in c?
No Answer is Posted For this Question
Be the First to Post Answer
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
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
int *a[5] refers to
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
write a program to find out number of on bits in a number?
What is a stream?
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
Write a program for finding factorial of a number.
Is null a keyword in c?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer