Is register a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Function to find the given number is a power of 2 or not?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Write a program in c to input a 5 digit number and print it in words.
create an SINGLE LINKED LISTS and reverse the data in the lists completely
How would you obtain the current time and difference between two times?
What is wrong with this code?
Can we declare a function inside a function in c?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
What is c variable?
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 do you mean by dynamic memory allocation in c? What functions are used?