cavium networks written test pattern ..
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to reverse a given number in c?
how to find the kth smallest element in the given list of array elemnts.
What are the types of macro formats?
main() { int a[10]; printf("%d",*a+1-*a+3); }
Is c programming hard?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
Difference between null pointer and dangling pointer?
what is the difference between #include<stdio.h> and #include "stdio.h" ?
What is a null pointer in c?
write a c program to add two integer numbers without using arithmetic operator +
how to find out the inorder successor of a node in a tree??
What is character constants?