What is meant by keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Explain Basic concepts of C language?
What is abstract data structure in c?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
What is a void * in c?
What are the usage of pointer in c?
what are advantages of U D F?
program for reversing a selected line word by word when multiple lines are given without using strrev
What do you mean by Recursion Function?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
How does pointer work in c?
Write a code on reverse string and its complexity.