What will be the output of following program
#include
main()
{
int x,y = 10;
x = y * NULL;
printf("%d",x);
}
Difference between C and Embedded C?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
what is the difference between static variable and register variable?
what is mean by Garbage collection ? Please answer me. Advance thanks.
Why is c not oop?
How is pointer initialized in c?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
Write a program in c to replace any vowel in a string with z?
what is the difference between global variable & static variable declared out side all the function in the file.
how can i get output like this? 1 2 3 4 5 6
What is the size of enum in c?
how to use showbits function?