Can we assign string to char pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Does c have function or method?
where does malloc() function get the memory?
what are the facialities provided by you after the selection of the student.
how to write a program which adds two numbers without using semicolon in c
How many keywords are there in c?
What are the features of the c language?
Explain the difference between malloc() and calloc() in c?
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
what type of language is C?
what is a function prototype?