Not all reserved words are written in lowercase. TRUE or FALSE?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate b/w Modify and Update commands giving example.
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
How the c program is executed?
can we define a function in structure?
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
What do you understand by normalization of pointers?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
program to find middle element of linklist?
What is an example of enumeration?
What is n in c?