What is the acronym for ansi?
No Answer is Posted For this Question
Be the First to Post Answer
Why malloc is faster than calloc?
What does %p mean c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
What is an object?
What are the modifiers available in c programming language?
Why cann't whole array can be passed to function as value.
Why enum is used in c?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What happens if header file is included twice?
Simplify the program segment if X = B then C ← true else C ← false
What does the error 'Null Pointer Assignment' mean and what causes this error?