Answer Posted / smily
c is a standard programming language..which is the base for
all other programming languages, but as no security...
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Write a program to reverse a string.
Why does everyone say not to use gets?
How many types of errors are there in c language? Explain
What is variable declaration and definition in c?
What are pointers?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Can you explain the four storage classes in C?
what is ur strangth & weekness
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What do you mean by dynamic memory allocation in c?
Write a program to generate random numbers in c?
Dont ansi function prototypes render lint obsolete?
What is the difference between malloc calloc and realloc in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include