What is variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
how can i sort numbers from ascending order and descending order using turbo c..
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
what is c programing
What is the most efficient way to count the number of bits which are set in a value?
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
In c language can we compile a program without main() function?
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
What is actual argument?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What are the string functions? List some string functions available in c.