What are linked lists in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.
Why is c not oop?
What does the file stdio.h contain?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
Under what circumstances does a name clash occur?
how to find the size of the data type like int,float without using the sizeof operator?
What is data structure in c programming?
What is fflush() function?