Why C language is a procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
64/square(4)
Explain 'bus error'?
How was c created?
plz answer..... a program that reads non-negative integer and computes and prints its factorial
What is use of bit field?
How do you declare a variable that will hold string values?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
Is it possible to execute code even after the program exits the main() function?
where do we use structure pointer?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
write a c program to convert fahrenheit to celsius?