How can I use a preprocessorif expression to ?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by dynamic memory allocation in c?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
What is the difference between scanf and fscanf?
Explain heap and queue.
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is restrict keyword in c?
what is the function of void main()?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What does the message "automatic aggregate intialization is an ansi feature" mean?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
What is structure packing in c?