What is a char in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is preprocessor with example?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
a program that can input number of records and can view it again the record
When is a “switch” statement preferable over an “if” statement?
SRUCTURE PROGRAMMING
Why does everyone say not to use scanf? What should I use instead?
Why we use int main and void main?
Explain what is the difference between text files and binary files?
write a own function to compare two strings with out using stringcomparition function?
Explain a file operation in C with an example.
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
write a program in c language to print your bio-data on the screen by using functions.