What is const keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
Why is C language being considered a middle level language?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is the best organizational structure?
What are .h files and what should I put in them?
What are the key features of C?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
What are nested functions in c?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
When is a null pointer used?