Why do we use return in c?
No Answer is Posted For this Question
Be the First to Post Answer
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is the use of structure padding in c?
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
When can a far pointer be used?
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
Is swift based on c?
Can main () be called recursively?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
how to find out the reverse number of a digit if it is input through the keyboard?
largest Of three Number using without if condition?
How can I read a directory in a c program?