What is the use of sizeof () in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is bit rate & baud rate? plz give wave forms
What's the difference between a linked list and an array?
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
Difference between null pointer and dangling pointer?
What are formal parameters?
write a program wch produces its own source code aas its output?
What are different storage class specifiers in c?
Write program to remove duplicate in an array?
How can I increase the allowable number of simultaneously open files?
what is the format specifier for printing a pointer value?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
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,