What are the modifiers available in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
When c language was developed?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
What are the salient features of c languages?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
#define f(x) main() { printf("\n%d",f(2+2)); }
Why does this code crash?
What type is sizeof?
writw a program to insert an element in the begning of a doubly linked list
difference between spiral and waterfall model
When is a “switch” statement preferable over an “if” statement?
What is the general form of #line preprocessor?
Explain what a Binary Search Tree is.