Explain the use of 'auto' keyword in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Describe newline escape sequence with a sample program?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
what is c++ programming?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Are enumerations really portable?
how many keywords do C compile?
7 Answers Microsoft, Practical Viva Questions,
What are identifiers c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Explain the ternary tree?