What is structure in c definition?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

#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,


the operator for exponencation is a.** b.^ c.% d.not available

5 Answers   TCS,


What is Lazy evaluation in C? Give an example.

1 Answers  


what is differnence b/w macro & functions

1 Answers  


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,






Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


c program to subtract between two numbers without using '-' sign and subtract function.

2 Answers  


There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

0 Answers  


What is the purpose of the statement: strcat (S2, S1)?

0 Answers  


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


What is the use of ?: Operator?

0 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,


Categories