Answer Posted / amit paul
I feel i am efficient for the desired post as i was implemented my knowledge & skills to help to achieve the organisational goals of my previous company .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there a way to jump out of a function or functions?
What do you mean by keywords in c?
how to build a exercise findig min number of e heap with list imlemented?
State the difference between x3 and x[3].
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What are the two types of functions in c?
What is 'bus error'?
Compare and contrast compilers from interpreters.
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is a static variable in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What does struct node * mean?
Can we declare a function inside a function in c?
Explain what is the difference between the expression '++a' and 'a++'?