int i=~0;
uint j=(uint)i;
j++;
printf(“%d”,j);
What is the argument of a function in c?
size maximum allocated by calloc()
Differentiate between a structure and a union.
Write the syntax and purpose of a switch statement in C.
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
When was c language developed?
When should a type cast not be used?
Why c is known as a mother language?
What is the difference between array_name and &array_name?
Write programs for String Reversal & Palindrome check
write a program to compare 2 numbers without using logical operators?
What is the use of header files?