What is anagram in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to implement stack work as a queue?
Explain what is the best way to comment out a section of code that contains comments?
Differentiate b/w Modify and Update commands giving example.
What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
Is that possible to add pointers to each other?
Is c easy to learn?
Derive the complexity expression for AVL tree?
Is there any data type in c with variable size?
4. main() { int c=- -2; printf("c=%d",c); }
can any one tel me wt is the question pattern for NIC exam