Write a C program to read the internal test marks of 25
students in a class and
show the number of students who have scored more than 50%
in the test.
Make necessary assumptions.
Explain what is the heap?
what is bit rate & baud rate? plz give wave forms
What is the best way to comment out a section of code that contains comments?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Explain what is the best way to comment out a section of code that contains comments?
Can a variable be both const and volatile?
write a program in c language for the multiplication of two matrices using pointers?
How do I send escape sequences to control a terminal or other device?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
What are the features of c languages?
what is the use of ~ in c lang?????