How to write a code for reverse of string without using
string functions?
No Answer is Posted For this Question
Be the First to Post Answer
Write a code to determine the total number of stops an elevator would take to serve N number of people.
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
C program to perform stack operation using singly linked list
What does calloc stand for?
Which command is more efficient? *(ptr+1) or ptr[1]
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
Which function in C can be used to append a string to another string?
Is it possible to have a function as a parameter in another function?
What are the features of c language?
whether itis a structured language?
In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer