Write a program or provide a pseudo code to flip the 2nd bit
of the 32 bit number ! (Phone Screen)
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
Explain how to reverse singly link list.
What is string concatenation in c?
How do you declare a variable that will hold string values?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
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; }
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
create an SINGLE LINKED LISTS and reverse the data in the lists completely
what is the difference between structural,object based,object orientd programming languages?
Are pointers really faster than arrays?