Explain what are the different file extensions involved when programming in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between c and c++?
how to find greatet of 10 numbers without using array?
How do I initialize a pointer to a function?
Who invented b language?
write a program to print the one dimensional array.
where are auto variables stored? What are the characteristics of an auto variable?
What are the different pointer models in c?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
read a number & print all its devisors using c-program?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
Write a program in C to convert date displayed in gregorian to julian date
What math functions are available for integers? For floating point?