What are type modifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
Explain what is a static function?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is a stream?
hi any body pls give me company name interview conduct "c" language only
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
what is the difference between const char *p, char const *p, const char* const p
5 Answers Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
why we use "include" word before calling the header file. is there any special name for that include??????
Explain data types & how many data types supported by c?
Explain that why C is procedural?
What is file in c preprocessor?
c program to arrange digits in a no in ascending and descending order