What are the different categories of functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
Can a local variable be volatile in c?
What are global variables?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
How can I do graphics in c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Program to trim a given character from a string.
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
Are local variables initialized to zero by default in c?
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
write a proram to reverse the string using switch case?