Why doesnt that code work?
application of static variables in real time
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
where does it flourished?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
write a c program in such a way that if we enter the today date the output should be next day's date.
how 2 compile & execute c program with out using editor?
in iso what are the common technological language?
If errno contains a nonzero number, is there an error?
Write a C program in Fibonacci series.
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
What are disadvantages of C language.