what are two kinds of java
Answers were Sorted based on User's Feedback
Why is sprintf unsafe?
What is the difference between void main and main in c?
What are actual arguments?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
Write a function to find the area of a triangle whose length of three sides is given
What is the size of array float a(10)?
Why is %d used in c?
what is the defrenece between structure and union
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.
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What is function in c with example?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.