What is c programing language?
No Answer is Posted For this Question
Be the First to Post Answer
Are there any problems with performing mathematical operations on different variable types?
What is wrong with this program statement? void = 10;
what is the definition of storage classes?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
Why is not a pointer null after calling free?
what is bit rate & baud rate? plz give wave forms
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
How can I access memory located at a certain address?
What is the memory allocated by the following definition ? int (*x)();
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above