What is bubble sort in c?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by c?
What is C++
What is a #include preprocessor?
What is c programming structure?
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?
c program to subtract between two numbers without using '-' sign and subtract function.
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Why is sprintf unsafe?
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
why array index always starts from zero??
What is the difference between int main and void main in c?