What is meant by type casting?
No Answer is Posted For this Question
Be the First to Post Answer
Can a variable be both static and volatile in c?
1 1 12 21 123 321 12344231 how i creat it with for loop??
What is the stack in c?
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
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,
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
While(1) { } when this loop get terminate is it a infinite loop?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
How to avoid buffer overflow?
compare array with pointer?