How to develop software using "c" programming?
Answer / t.ilaya raja perumal
the software were devoloped through the c cocding
| Is This Answer Correct ? | 6 Yes | 2 No |
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
write function to reverse char array ... without using second array
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
Program to write some contents into a file using file operations with proper error messages.
Tell us two differences between new () and malloc ()?
what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }
What does the function toupper() do?
is c language is a object oreinted language?
is it possible to create your own header files?
What is a class c rental property?
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
What is logical error?