What is a buffer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
how to print a statement in c without use of console statement ,with the help of if statement it should print
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.
Why n++ execute faster than n+1 ?
suppose there are five integers write a program to find larger among them without using if- else
What are the 5 organizational structures?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What is the best style for code layout in c?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
What is Conio.h ?
What is an example of structure?