What is function in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
Give the rules for variable declaration?
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
Differentiate fundamental data types and derived data types in C.
What is the purpose of type declarations?
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
Is c still used in 2019?
Is double link list a linear data structure? If Yes, Why?If No, Why?
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 Answers Microsoft, Motorola,
What is structure padding ?
An array name contains base address of the array. Can we change the base address of the array?
why 'c' is called middle level language.
What is volatile c?