Can we declare a function inside a function in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is identifiers in c with examples?
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
why ordinary variable store the later value not the initial
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is bin sh c?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
How do you determine the length of a string value that was stored in a variable?
What is difference between array and structure in c?
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
What is the difference between scanf and fscanf?
c program to add and delete an element from circular queue using array