What is pivot in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
How to create struct variables?
2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }
What is data structure in c language?
What is this pointer in c plus plus?
what is the difference between malloc() and calloc() function?
What is c definition?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
What is FIFO?
Write a function that will take in a phone number and output all possible alphabetical combinations