What is a macro?
No Answer is Posted For this Question
Be the First to Post Answer
What is .obj file in c?
What is structure pointer in c?
How many main () function we can have in a project?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What are bitwise shift operators in c programming?
what does keyword ‘extern’ mean in a function declaration?
explain memory layout of a C program
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
What is Lazy evaluation in C? Give an example.
What is a double c?
How do we print only part of a string in c?