Disadvantages of C language.
write a own function to compare two strings with out using stringcomparition function?
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix
What the advantages of using Unions?
In which area global, external variables are stored?
Explain data types & how many data types supported by c?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
What is volatile, register definition in C
What is the process to create increment and decrement stamen in c?
What are the uses of a pointer?
write a program to generate 1st n fibonacci prime number
Are the variables argc and argv are local to main?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.