What is sizeof array in c?
No Answer is Posted For this Question
Be the First to Post Answer
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
Determine if a number is a power of 2 at O(1).
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Is sizeof a keyword in c?
What is getch() function?
Which type of language is c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is the default value of local and global variables in c?
What is wrong with this program statement? void = 10;
What does int main () mean?
Differentiate abs() function from fabs() function.