By using C language input a date into it and if it is right?
Explain how can I prevent another program from modifying part of a file that I am modifying?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
find largest of 3 no
How many levels of pointers have?
1. main() { printf("%d",printf("HelloSoft")); } Output?
What is a node in c?
What is an identifier?
Explain what is the benefit of using an enum rather than a #define constant?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
Explain what are reserved words?
Explain how can I read and write comma-delimited text?
Explain the advantages and disadvantages of macros.