illustrate the use of address operator and dereferencing
operator with the help of a program
guys plzzz help for this question
Explain what is a pragma?
how to generate sparse matrix in c
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
What is the proper way of these job Tell me about there full work
write a program to add two numbers of any size.....(remember any size)
How do I declare a pointer to an array?
What is memory leak in c?
Write a program to print factorial of given number using recursion?
Why doesn't C support function overloading?
application of static variables in real time
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.