How many types of sorting are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between exit() and _exit() functions?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
What is the difference between functions getch() and getche()?
Code for calculating square root without using library function, of math.h
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
What is the difference between pure virtual function and virtual function?
Describe the order of precedence with regards to operators in C.
The __________ attribute is used to announce variables based on definitions of columns in a table?
create an SINGLE LINKED LISTS and reverse the data in the lists completely
what is the difference between NULL & NUL keywords in C?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function