Write a program or provide a pseudo code to flip the 2nd bit
of the 32 bit number ! (Phone Screen)
How to compare array with pointer in c?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
What is break statement?
What's the best way to declare and define global variables?
write a program wch produces its own source code aas its output?
Explain how can I convert a number to a string?
Write a C program to fill a rectangle using window scrolling
What is the difference between int main and void main in c?
Explain the properties of union. What is the size of a union variable
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
how can we use static and extern?and where can we use this?
what is the stackpointer