What is the use of extern in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is reason of your company position's in india no. 1.
What are the different pointer models in c?
What is the meaning of ?
What is the OOPs concept?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
how can use subset in c program and give more example
Can a variable be both static and volatile in c?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
Give differences between - new and malloc() , delete and free() ?
Why do we use null pointer?
write the program to find multiplication of 2-D matrix??????????
write an algorithm and c program to add two 2x2 matrics