What is the general form of a C program?
No Answer is Posted For this Question
Be the First to Post Answer
write a programe returns the number of times the character appears in the string
What is a floating point in c?
What is c standard library?
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
What is Lazy evaluation in C? Give an example.
write a program to generate 1st n fibonacci prime number
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
What is Memory leakage ?
second highest number in a given set of numbers
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
A C E G H +B D F A I ------------ E F G H D