What are examples of structures?
No Answer is Posted For this Question
Be the First to Post Answer
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
what is the use of c program?
4 Answers Synergy, Web Synergies,
Explain the priority queues?
how to capitalise first letter of each word in a given string?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
hi any body pls give me company name interview conduct "c" language only
C program to find frequency of each character in a text file?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
how to find string length wihtout using c function?
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
which type of question asked from c / c++ in interview.