Is c procedural or functional?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between fread buffer() and fwrite buffer()?
What is the difference between procedural and declarative language?
Can i use “int” data type to store the value 32768? Why?
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
What is maximum size of array in c?
Which is more efficient, a switch statement or an if else chain?
How is pointer initialized in c?
simple program for virtual function?
What is assert and when would I use it?
Explain setjmp()?
Explain what are linked list?