which one is highest Priority in c?
a)=,b)+,c)++,d)==
Answers were Sorted based on User's Feedback
What is the difference between typedef struct and struct?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
. Explain the differences between fork() and exec() in C
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
Why Modern OS are interrupt driven?Give an example
SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1
What is the scope of static variables in c language?
What is logical error?
What is the usage of the pointer in c?
What does d mean?