"C" language developed by "Dennis Ritchie" at AT & T. his remarks are
a) too general, too abstract
b) could deal with only specific problems
c) lost generality of BCPL and B restored
d) no remarks
No Answer is Posted For this Question
Be the First to Post Answer
what will the following program do? void main() { int i; char a[]="String"; char *p="New Sring"; char *Temp; Temp=a; a=malloc(strlen(p) + 1); strcpy(a,p); //Line no:9// p = malloc(strlen(Temp) + 1); strcpy(p,Temp); printf("(%s, %s)",a,p); free(p); free(a); } //Line no 15// a) Swap contents of p & a and print:(New string, string) b) Generate compilation error in line number 8 c) Generate compilation error in line number 5 d) Generate compilation error in line number 7 e) Generate compilation error in line number 1
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
what is the diff b/w static and non static variables in C. Give some examples plz.
What are the keywords in c?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
what is d pitfalls of registers variables
Explain what are the advantages and disadvantages of a heap?
What does extern mean in a function declaration?
What is a lookup table in c?
Explain how can you tell whether a program was compiled using c versus c++?
who is the founder of c
19 Answers College School Exams Tests, HP,