Is c procedural or functional?
No Answer is Posted For this Question
Be the First to Post Answer
What is the benefit of using an enum rather than a #define constant?
Is that possible to add pointers to each other?
What is string function c?
Can we write a program without main() function?
What is the explanation for modular programming?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
Write a progarm to find the length of string using switch case?
What is an object?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
Software Interview Questions