Do you know what are bitwise shift operators in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Is c procedural or functional?
what is the difference between NULL & NUL keywords in C?
Write a program to print factorial of given number without using recursion?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is the scope of global variable in c?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
what is use#in c
Define Array of pointers.
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
Explain how can you restore a redirected standard stream?
Explain what is page thrashing?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.