Simplify the program segment if X = B then C ← true else C
← false
Is c is a procedural language?
How can you read a directory in a C program?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
What does sizeof return c?
What is structure in c definition?
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How can I manipulate individual bits?
What are the types of data structures in c?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
what is the difference between #include<> and #include”…”?