What is the difference between array_name and &array_name?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between the expression “++a” and “a++”?
What is union and structure in c?
how to swap 4 number without using temporary number?
What is data structure in c and its types?
How is null defined in c?
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.
to convert a string without using decrement operater and string functions
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
What is enumerated data type in c?