How can I list all of the predefined identifiers?
No Answer is Posted For this Question
Be the First to Post Answer
What is dynamic variable in c?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
What is the difference between class and object in c?
write a c program to find the probability of random numbers between 1-1000
Explain what are the __date__ and __time__ preprocessor commands?
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
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
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
how to return 1000 variables from functio9n in c?plz give me code also
What is p in text message?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?