int i=~0;
uint j=(uint)i;
j++;
printf(“%d”,j);
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Write a program to find whether the given number is prime or not?
what is a function pointer and how all to declare ,define and implement it ???
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
how i m write c program 1.check prime number 2.prime number series
What are the disadvantages of c language?
How Many Header Files in c?
Why do we use stdio h and conio h?
explain what are actual arguments?
Compare and contrast compilers from interpreters.
What are structure members?
write the program for maximum of the following numbers? 122,198,290,71,143,325,98