where does it flourished?
No Answer is Posted For this Question
Be the First to Post Answer
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
What is main void in c?
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
Reverse a string word by word??
why effort estimation is important?
Is c is a low level language?
Define C in your own Language.
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?
What is getche() function?
Who invented b language?
What is a stream in c programming?
Write a program of advanced Fibonacci series.